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 c29f3cd commit ff73203Copy full SHA for ff73203
.github/actions/publish/action.yml
@@ -64,7 +64,7 @@ runs:
64
--workdir "$PWD"
65
--tty
66
"$CONTAINER_ID"
67
- goreleaser release
+ goreleaser release
68
${{ inputs.dry-run == 'true' && '--skip=publish' || '' }}
69
${{ inputs.snapshot == 'true' && '--snapshot' || '' }}
70
${{ inputs.skip == '' && '' || format('--skip={0}', inputs.skip) }}
0 commit comments