build(deps): bump Nerdbank.GitVersioning from 3.6.128 to 3.6.133 in /… #92
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release | |
on: | |
push: | |
branches: [ main ] | |
jobs: | |
release: | |
uses: reactiveui/actions-common/.github/workflows/workflow-common-release.yml@main | |
with: | |
configuration: Release | |
productNamespacePrefix: "ReactiveUI.Validation" | |
useVisualStudioPreview: true | |
useMauiCheckDotNetTool: false | |
secrets: | |
SIGN_CLIENT_USER_ID: ${{ secrets.SIGN_CLIENT_USER_ID }} | |
SIGN_CLIENT_SECRET: ${{ secrets.SIGN_CLIENT_SECRET }} | |
SIGN_CLIENT_CONFIG: ${{ secrets.SIGN_CLIENT_CONFIG }} | |
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }} |