Skip to content

Commit

Permalink
build: fix for goreleaser CLI flag changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mroth committed Dec 4, 2021
1 parent d19a404 commit 2954275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ snapshot:

package:
# never want to actually publish from local, thats what CI is for
goreleaser release --rm-dist --no-publish
goreleaser release --rm-dist --skip-publish

clean:
rm -rf bin
Expand Down

0 comments on commit 2954275

Please sign in to comment.