mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00:00
match release tag to title
This commit is contained in:
parent
52f52a1163
commit
c145cf404a
2
Makefile
2
Makefile
@ -32,6 +32,6 @@ release:
|
|||||||
mkdir release
|
mkdir release
|
||||||
cp _build/* release
|
cp _build/* release
|
||||||
cd release; sha256sum --quiet --check sha256sums.txt && \
|
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
|
.PHONY: build
|
||||||
|
Loading…
Reference in New Issue
Block a user