Skip to content

Commit

Permalink
nuget push on release
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry committed Feb 26, 2022
1 parent 731ace1 commit 6d8bc5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ jobs:
automatic_release_tag: ${{ env.NUGET_PACKAGE_VERSION }}
files: |
./out/*
- name: Push to Nuget.org
run: dotnet nuget push ${{ format('./out/Neo.BlockchainToolkit.Library.{0}.nupkg', env.NUGET_PACKAGE_VERSION) }} --api-key ${{ secrets.NUGET_ORG_TOKEN }} --source https://api.nuget.org/v3/index.json

0 comments on commit 6d8bc5f

Please sign in to comment.