Skip to content

Commit 413138e

Browse files
nuget release
1 parent 0056c5c commit 413138e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy
22

33
on:
44
release:
5-
types: [created]
5+
types: [published]
66

77
defaults:
88
run:
@@ -56,7 +56,8 @@ jobs:
5656
name: 'Production'
5757
url: 'https://www.nuget.org/packages/IntelliTect.Multitool'
5858
permissions:
59-
id-token: write
59+
id-token: write # Required for OIDC token (NuGet trusted publishing)
60+
contents: write # Required for softprops/action-gh-release
6061
steps:
6162
- name: Download artifact from build job
6263
uses: actions/download-artifact@v8

0 commit comments

Comments
 (0)