Skip to content

Commit ff73203

Browse files
committed
one more
1 parent c29f3cd commit ff73203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ runs:
6464
--workdir "$PWD"
6565
--tty
6666
"$CONTAINER_ID"
67-
goreleaser release
67+
goreleaser release
6868
${{ inputs.dry-run == 'true' && '--skip=publish' || '' }}
6969
${{ inputs.snapshot == 'true' && '--snapshot' || '' }}
7070
${{ inputs.skip == '' && '' || format('--skip={0}', inputs.skip) }}

0 commit comments

Comments
 (0)