We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ac2b6 commit 0168f73Copy full SHA for 0168f73
1 file changed
.github/workflows/release.yml
@@ -4,6 +4,8 @@ on:
4
release:
5
types: [published]
6
7
+permissions: write-all
8
+
9
jobs:
10
build:
11
runs-on: ubuntu-latest
@@ -20,4 +22,4 @@ jobs:
20
22
- name: Pack nugets
21
23
run: dotnet pack -c Release --no-build --output .
24
- name: Push to NuGet
- run: dotnet nuget push "*.nupkg" --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
25
+ run: dotnet nuget push "*.nupkg" --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
0 commit comments