Skip to content

Commit

Permalink
fix release version in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitys7 committed Nov 13, 2024
1 parent 008ff42 commit cabc066
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 @@ -206,7 +206,7 @@ release-dry-run:
-v ${GOPATH}/pkg:/go/pkg \
-w /go/src/$(PACKAGE_NAME) \
ghcr.io/goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
--clean --skip=validate --skip=publish --snapshot
--clean --skip=validate --skip=publish

release:
@if [ ! -f ".release-env" ]; then \
Expand Down

0 comments on commit cabc066

Please sign in to comment.