We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8274b36 commit 2ef119aCopy full SHA for 2ef119a
.github/workflows/build-library.yml
@@ -151,7 +151,7 @@ jobs:
151
152
sign:
153
needs: [build]
154
- if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/rel') }}
+ if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }}
155
runs-on: windows-latest
156
permissions:
157
id-token: write
@@ -218,7 +218,7 @@ jobs:
218
--skip-duplicate
219
220
release:
221
- if: ${{ startsWith(github.ref, 'refs/heads/rel/') }}
+ if: ${{ startsWith(github.ref, 'refs/tags/') }}
222
needs: [ sign ]
223
environment: nuget-release-gate
224
runs-on: ubuntu-latest
0 commit comments