Skip to content

Commit

Permalink
some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leporel committed Feb 10, 2021
1 parent 15d1fcb commit 9a56097
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version = $(shell cat ./../VERSION)

release:
export BUILD_VERSION=$(cat ./../VERSION)
export BUILD_VERSION=$(version)
cd .. && goreleaser --skip-publish --rm-dist

0 comments on commit 9a56097

Please sign in to comment.