Skip to content

Commit 618b8f2

Browse files
committed
fix skip publish in Makefile
1 parent 0c852d1 commit 618b8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ publish: check_goreleaser ## Generate a release, and publish
5252

5353
.PHONY: snapshot
5454
snapshot: check_goreleaser ## Generate a snapshot release
55-
goreleaser --snapshot --skip-publish --clean
55+
goreleaser --snapshot --skip "publish" --clean
5656

5757
.PHONY: help
5858
help:

0 commit comments

Comments
 (0)