Skip to content

Commit f24c4d7

Browse files
committed
Making sure tags are pushed on release.
1 parent de57397 commit f24c4d7

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
@@ -57,5 +57,5 @@ snapshot-install: snapshot-local
5757

5858
release:
5959
git tag $(VERSION)
60-
git push origin $(VERSION)
60+
git push --tags origin $(VERSION)
6161
goreleaser --rm-dist

0 commit comments

Comments
 (0)