Skip to content

Commit f6f626b

Browse files
author
Donal Byrne
committed
Updated makefile
1 parent 5370278 commit f6f626b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ prepare-release:
1212
go get -d -v && bash _make_scripts/create_release_artifacts.sh
1313

1414
release:
15-
go get -d -v && bash _make_scripts/release.sh
15+
go get -d -v && bash _make_scripts/release.sh $(RELEASE_VERSION)
1616

1717
d-build:
1818
mkdir -p $(ROOT_DIR)/build && \

0 commit comments

Comments
 (0)