Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 415bcca48b |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user