Skip to content

Commit

Permalink
Update publish-nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ttkoma authored Dec 1, 2020
1 parent 7755296 commit d0f17ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
run: dotnet test --configuration Release --no-restore --no-build --verbosity normal --logger trx Tests/UnitTests
- name: Create Package
run: dotnet pack --configuration Release --no-restore --no-build --version-suffix $RELEASE_VERSION
#- name: Publish Package on Nuget.org
# run: dotnet nuget push "**/bin/Release/*.nupkg" --source https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_PUBLISH_APIKEY }} --skip-duplicate
- name: Publish Package on Nuget.org
run: dotnet nuget push "**/bin/Release/*.nupkg" --source https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_PUBLISH_APIKEY }} --skip-duplicate

0 comments on commit d0f17ae

Please sign in to comment.