Skip to content

Commit

Permalink
Run goreleaser verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-zorn committed Aug 15, 2024
1 parent 150487b commit b5ec01e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ runs:
--tty
"$CONTAINER_ID"
goreleaser release
--verbose
${{ inputs.dry-run == 'true' && '--skip=publish' || '' }}
${{ inputs.snapshot == 'true' && '--snapshot' || '' }}
${{ inputs.skip == '' && '' || format('--skip={0}', inputs.skip) }}
Expand Down

0 comments on commit b5ec01e

Please sign in to comment.