Skip to content

Commit 1c237c6

Browse files
fix: remove dry-run cli options (#41)
Signed-off-by: David Nascimento <[email protected]>
1 parent 8167868 commit 1c237c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/goreleaser.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ download() {
2727

2828
download
2929
tar -xf "$TAR_FILE" -C "$TMPDIR"
30-
"${TMPDIR}/goreleaser" --skip-validate --skip-publish "$@"
30+
"${TMPDIR}/goreleaser" "$@"

0 commit comments

Comments
 (0)