Skip to content

Commit

Permalink
Add --debug flag to release command (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdmanv committed Aug 26, 2019
1 parent 23f43b2 commit 51fa0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/gorelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ then
echo "You can generate a token here: https://github.com/settings/tokens/new"
exit 1
fi
goreleaser release --parallelism=1 --rm-dist
goreleaser release --parallelism=1 --rm-dist --debug

0 comments on commit 51fa0ea

Please sign in to comment.