We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c41a0d commit da020e1Copy full SHA for da020e1
1 file changed
.github/workflows/build-package.yml
@@ -367,6 +367,7 @@ jobs:
367
if: ${{ fromJSON(needs.preflight.outputs.skip-publish) == false }}
368
permissions:
369
id-token: write
370
+ contents: write
371
372
steps:
373
- name: Download zip package
@@ -394,6 +395,7 @@ jobs:
394
395
path: package
396
397
- name: NuGet login (OIDC)
398
+ if: ${{ fromJSON(needs.preflight.outputs.dry-run) == false }}
399
id: nuget-login
400
uses: NuGet/login@v1
401
with:
0 commit comments