Skip to content

Commit 93ca9b2

Browse files
committed
Makefile: fix release target
1 parent 0c0944e commit 93ca9b2

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,7 +57,7 @@ e2e:
5757
@diff ${E2E_DIR}/want3.md ${E2E_DIR}/got9.md
5858

5959
release: test
60-
@git tag v`grep "\tVersion" internal/version.go | grep -o -E '[0-9]\.[0-9]\.[0-9]{1,2}'`
60+
@git tag v`grep "\tVersion" internal/version/version.go | grep -o -E '[0-9]\.[0-9]\.[0-9]{1,2}'`
6161
@git push --tags origin master
6262

6363
release-local:

0 commit comments

Comments
 (0)