Skip to content

Commit 51fa0ea

Browse files
authored
Add --debug flag to release command (#241)
1 parent 23f43b2 commit 51fa0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/gorelease.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ then
1111
echo "You can generate a token here: https://github.com/settings/tokens/new"
1212
exit 1
1313
fi
14-
goreleaser release --parallelism=1 --rm-dist
14+
goreleaser release --parallelism=1 --rm-dist --debug

0 commit comments

Comments
 (0)