Skip to content

Commit ba9dfcb

Browse files
authored
update release workflow environment
1 parent 91f2084 commit ba9dfcb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
sign:
4242
runs-on: windows-latest
4343
needs: build
44+
environment: nuget.org
4445
permissions:
4546
id-token: write
4647
steps:
@@ -79,6 +80,7 @@ jobs:
7980
publish:
8081
runs-on: ubuntu-latest
8182
needs: sign
83+
environment: nuget.org
8284
permissions:
8385
contents: write
8486
id-token: write
@@ -115,3 +117,4 @@ jobs:
115117
env:
116118
GH_TOKEN: ${{ github.token }}
117119

120+

0 commit comments

Comments
 (0)