Skip to content

Commit

Permalink
Update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
sgryphon committed Jun 1, 2020
1 parent 9e829f3 commit af47c6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
uses: gittools/actions/gitversion/[email protected]
- name: Build
run: dotnet build --configuration Release -p:VersionPrefix=${{steps.gitversion.outputs.NuGetVersion}}
- name: Publish the package to Github packages
run: dotnet nuget push Banjo.CLI/Banjo.CLI.${{steps.gitversion.outputs.NuGetVersion}}.nupkg
- name: Publish the package to Nuget
run: dotnet nuget push Banjo.CLI/Banjo.CLI.${{steps.gitversion.outputs.NuGetVersion}}.nupkg --api-key ${{secrets.NUGET_API_KEY}}

0 comments on commit af47c6d

Please sign in to comment.