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.
1 parent f959a3d commit d03cb43Copy full SHA for d03cb43
.github/workflows/release.yaml
@@ -82,7 +82,7 @@ jobs:
82
- name: upload nuget package to nuget.org
83
run: dotnet nuget push artifacts/*.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
84
env:
85
- NUGET_AUTH_TOKEN: ${{ secrets.NUGET_TOKEN }}
+ NUGET_AUTH_TOKEN: ${{ secrets.NUGET_AUTH_TOKEN }}
86
- name: upload tgz to github release
87
run: gh release upload ${{github.event.release.tag_name}} artifacts/tgz-linux-x64/*.* artifacts/tgz-osx-64/*.* artifacts/tgz-osx.12-arm64/*.* --clobber
88
0 commit comments