Skip to content

Commit

Permalink
fix(ci): drop --snapshot from make release
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Chodur <[email protected]>
  • Loading branch information
FUSAKLA committed Nov 6, 2024
1 parent 3d03474 commit 5e336d0
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 @@ -72,7 +72,7 @@ cross-build: $(GORELEASER)
.PHONY: release
release: $(RELEASE_NOTES) $(GORELEASER)
@echo "Releasing new version do GitHub and DockerHub using goreleaser..."
$(GORELEASER) release --snapshot --clean --release-notes $(RELEASE_NOTES)
$(GORELEASER) release --clean --release-notes $(RELEASE_NOTES)

.PHONY: clean
clean:
Expand Down

0 comments on commit 5e336d0

Please sign in to comment.