Skip to content

Commit

Permalink
Merge pull request #97 from leancodepl/fix/push-nuget-tool
Browse files Browse the repository at this point in the history
Fix the `Push Global Tool` step
  • Loading branch information
jakubfijalkowski authored Sep 12, 2022
2 parents c44767d + 9510b73 commit ae9b7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
${{ format('./dotnet-contracts-generate.{0}.zip', steps.get_version.outputs.version) }}
- name: Push Global Tool
env:
BUILD_VERSION: ${{ steps.version.outputs.version }}
BUILD_VERSION: ${{ steps.get_version.outputs.version }}
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
working-directory: src/LeanCode.ContractsGenerator
run: dotnet nuget push "dotnet-contracts-generate.${BUILD_VERSION}.nupkg" -k "${NUGET_API_KEY}" -s 'https://api.nuget.org/v3/index.json' -n

0 comments on commit ae9b7da

Please sign in to comment.