match release tag to title

This commit is contained in:
Bradley Cicenas 2021-07-01 19:32:32 +00:00
parent 52f52a1163
commit c145cf404a
No known key found for this signature in database
GPG Key ID: AF579ED4B93CBB5C
1 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,6 @@ release:
mkdir release
cp _build/* release
cd release; sha256sum --quiet --check sha256sums.txt && \
gh release create $(VERSION) -d -t v$(VERSION) *
gh release create v$(VERSION) -d -t v$(VERSION) *
.PHONY: build