Skip to content

Commit

Permalink
fix skip publish in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Oct 11, 2024
1 parent 0c852d1 commit 618b8f2
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 @@ -52,7 +52,7 @@ publish: check_goreleaser ## Generate a release, and publish

.PHONY: snapshot
snapshot: check_goreleaser ## Generate a snapshot release
goreleaser --snapshot --skip-publish --clean
goreleaser --snapshot --skip "publish" --clean

.PHONY: help
help:
Expand Down

0 comments on commit 618b8f2

Please sign in to comment.