Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
release.sh: release by default
Browse files Browse the repository at this point in the history
  • Loading branch information
bmizerany committed Jan 17, 2023
1 parent ba7aac4 commit 71128bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ export VERSION_SHORT="$SHORT"
export VERSION_LONG="$LONG"
export VERSION_GIT_HASH="$GIT_HASH"

goreleaser release --rm-dist --skip-publish "$@"
goreleaser release --rm-dist "$@"

0 comments on commit 71128bf

Please sign in to comment.