We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0056c5c commit 413138eCopy full SHA for 413138e
1 file changed
.github/workflows/deploy.yml
@@ -2,7 +2,7 @@ name: Deploy
2
3
on:
4
release:
5
- types: [created]
+ types: [published]
6
7
defaults:
8
run:
@@ -56,7 +56,8 @@ jobs:
56
name: 'Production'
57
url: 'https://www.nuget.org/packages/IntelliTect.Multitool'
58
permissions:
59
- id-token: write
+ id-token: write # Required for OIDC token (NuGet trusted publishing)
60
+ contents: write # Required for softprops/action-gh-release
61
steps:
62
- name: Download artifact from build job
63
uses: actions/download-artifact@v8
0 commit comments