Skip to content

Commit

Permalink
Fix Cloudflare returning 524 on choco push
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Aug 27, 2019
1 parent 8e6e9cb commit 5196443
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 @@ -66,7 +66,7 @@ jobs:
CHOCO_API_KEY: ${{ secrets.CHOCO_API_KEY }}
run: |
choco push bin/release/windowsspyblocker.${TAG_NAME}.nupkg \
--source https://push.chocolatey.org/ \
--source https://package.chocolatey.org \
--apikey ${CHOCO_API_KEY} \
--acceptlicense --yes
shell: bash

0 comments on commit 5196443

Please sign in to comment.