We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfda410 commit 0002e45Copy full SHA for 0002e45
.github/actions/chocolatey/entrypoint.sh
@@ -17,5 +17,5 @@ cp ./build/coder_*_windows_amd64.exe tools/
17
choco pack coder.nuspec --version "${INPUT_VERSION}"
18
19
if [[ "$INPUT_PUBLISH" == "true" ]]; then
20
- choco push coder."${INPUT_VERSION}".nupkg --api-key "${INPUT_CHOCOLATEYKEY}" -s https://push.chocolatey.org/ --timeout 180
+ choco push coder."${INPUT_VERSION}".nupkg --api-key="${INPUT_CHOCOLATEYKEY}" --source="https://push.chocolatey.org/" --timeout 180
21
fi
0 commit comments