Skip to content

Commit

Permalink
update snapshot command skip option
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitali Rawat committed Jun 26, 2024
1 parent 20b4add commit 28d3d5e
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 @@ -127,5 +127,5 @@ snapshot:
docker run --rm --privileged -v $(PWD):/go/tmp \
-v /var/run/docker.sock:/var/run/docker.sock \
-w /go/tmp \
ghcr.io/goreleaser/goreleaser-cross:latest --clean --snapshot --skip-publish
ghcr.io/goreleaser/goreleaser-cross:latest --clean --snapshot --skip publish

0 comments on commit 28d3d5e

Please sign in to comment.