mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +00:00
release.yml Use NuGet Key directly
This commit is contained in:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -72,9 +72,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload to NuGet
|
- name: Upload to NuGet
|
||||||
run: |
|
run: |
|
||||||
dotnet nuget push -s https://api.nuget.org/v3/index.json -k $NUGET_AUTH_TOKEN */bin/Release/*.nupkg
|
dotnet nuget push "*/bin/Release/*.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
|
||||||
env:
|
|
||||||
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_API_KEY }}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user