Skip to content

Commit d03cb43

Browse files
committed
fix secrets name
1 parent f959a3d commit d03cb43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: upload nuget package to nuget.org
8383
run: dotnet nuget push artifacts/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
8484
env:
85-
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_TOKEN }}
85+
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_AUTH_TOKEN }}
8686
- name: upload tgz to github release
8787
run: gh release upload ${{github.event.release.tag_name}} artifacts/tgz-linux-x64/*.* artifacts/tgz-osx-64/*.* artifacts/tgz-osx.12-arm64/*.* --clobber
8888
env:

0 commit comments

Comments
 (0)