Skip to content

Commit

Permalink
GA: fix choco push
Browse files Browse the repository at this point in the history
  • Loading branch information
petrgazarov committed Oct 18, 2023
1 parent 43ec896 commit 1860355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,6 @@ jobs:
shell: bash
run: |
set -euo pipefail
choco config set --name=defaultPushSource --value=https://push.chocolatey.org/
choco pack
choco push salami.${{ steps.salami-version.outputs.version }}.nupkg -k ${{ secrets.CHOCOLATEY_API_KEY }}

0 comments on commit 1860355

Please sign in to comment.