Skip to content

Commit

Permalink
cd: update choco v2 publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Jul 2, 2023
1 parent 6a19667 commit 9cc1d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spotube-publish-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Chocolatey
run: choco apikey -k ${{ secrets.CHOCO_API_KEY }} -s https://push.chocolatey.org/
run: choco apikey -k ${{ secrets.CHOCO_API_KEY }} --source https://push.chocolatey.org/

- name: Publish to Chocolatey Repository
if: ${{ !inputs.dry_run }}
Expand Down

0 comments on commit 9cc1d98

Please sign in to comment.