Skip to content

Commit de967d7

Browse files
author
Fabian Holler
committed
make: use $RELEASE_BIN variable
1 parent 7163840 commit de967d7

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
@@ -33,6 +33,6 @@ dirty_worktree_check:
3333
release: clean dirty_worktree_check release_bin
3434
@echo
3535
@echo next steps:
36-
@echo - git tag v$$(release/jenkins-exporter-linux_amd64 -version)
36+
@echo - git tag v$$($(RELEASE_BIN) -version)
3737
@echo - git push --tags
3838
@echo - upload $$(ls release/*) files

0 commit comments

Comments
 (0)