1 Commits

Author SHA1 Message Date
singatias 415bcca48b Update nuget-publish.yml 2023-11-04 16:54:42 -04:00
+1 -3
View File
@@ -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