Skip to content

Commit

Permalink
fix makefile release
Browse files Browse the repository at this point in the history
  • Loading branch information
bcicen committed Nov 13, 2020
1 parent c971d26 commit 0bd8efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ image:
release:
mkdir release
cp _build/* release
cd release; sha256sum --quiet --check sha256sums.txt
gh release create $(VERSION) -d -t $(VERSION) *
cd release; sha256sum --quiet --check sha256sums.txt && \
gh release create $(VERSION) -d -t v$(VERSION) *

.PHONY: build

0 comments on commit 0bd8efe

Please sign in to comment.