Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0002e45

Browse files
ghuntleygep13
andauthored
Update .github/actions/chocolatey/entrypoint.sh
Co-authored-by: Gary Ewan Park <[email protected]>
1 parent cfda410 commit 0002e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/chocolatey/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ cp ./build/coder_*_windows_amd64.exe tools/
1717
choco pack coder.nuspec --version "${INPUT_VERSION}"
1818

1919
if [[ "$INPUT_PUBLISH" == "true" ]]; then
20-
choco push coder."${INPUT_VERSION}".nupkg --api-key "${INPUT_CHOCOLATEYKEY}" -s https://push.chocolatey.org/ --timeout 180
20+
choco push coder."${INPUT_VERSION}".nupkg --api-key="${INPUT_CHOCOLATEYKEY}" --source="https://push.chocolatey.org/" --timeout 180
2121
fi

0 commit comments

Comments
 (0)