Update nuget-publish.yml
This commit is contained in:
parent
f5da1a966f
commit
415bcca48b
4
.github/workflows/nuget-publish.yml
vendored
4
.github/workflows/nuget-publish.yml
vendored
@ -35,6 +35,4 @@ jobs:
|
||||
|
||||
- name: Publish to NuGet.org
|
||||
run: |
|
||||
dotnet nuget push ./artifacts/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
|
||||
env:
|
||||
NUGET_VERSION: ${{ steps.extract_version.outputs.release_version }}
|
||||
dotnet nuget push ./artifacts/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --version $RELEASE_VERSION
|
||||
|
Loading…
Reference in New Issue
Block a user