Skip to content

Commit f124e8a

Browse files
committed
Add choco push default source config
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
1 parent db6571a commit f124e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- name: Choco push
2222
uses: crazy-max/ghaction-chocolatey@v3
2323
with:
24-
args: push --api-key ${{ env.CHOCO_API_TOKEN }}
24+
args: push --api-key ${{ env.CHOCO_API_TOKEN }} --source="'https://push.chocolatey.org/'"
2525
env:
2626
CHOCO_API_TOKEN: ${{ secrets.CHOCO_API_TOKEN }}

0 commit comments

Comments
 (0)