We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42ac2b6 + 0168f73 commit 455541eCopy full SHA for 455541e
.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