Skip to content

Commit

Permalink
ci(win): set choco push source
Browse files Browse the repository at this point in the history
The release job for 3.6.0 failed because the push source was no longer
set. We ensure that the choco push command has an explicit push source
option.
  • Loading branch information
P403n1x87 committed Oct 4, 2023
1 parent 7991c9d commit 1989ccc
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 @@ -127,7 +127,7 @@ jobs:
/bin/find . -type f -exec sed -i "s/%VERSION%/$VERSION/g" {} \; ;
choco apikey --key ${{ secrets.CHOCO_APIKEY }} --source https://push.chocolatey.org/
choco pack
choco push
choco push --source https://push.chocolatey.org/
popd
- name: Upload artifacts to release
Expand Down

0 comments on commit 1989ccc

Please sign in to comment.