mirror of
https://github.com/daylinmorgan/yartsu.git
synced 2024-11-10 00:23:15 -06:00
add version check to publish
This commit is contained in:
parent
68a709ccf1
commit
21600f0b17
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -29,7 +29,7 @@ release-assets: build/x86_64-unknown-linux-gnu/release/install/yartsu/yartsu che
|
|||
release: check-tag release-assets
|
||||
gh release create $(TAG) build/yartsu-$(VERSION)-x86_64-linux.tar.gz -p -d
|
||||
|
||||
publish: dist
|
||||
publish: check-version dist
|
||||
twine upload dist/*
|
||||
|
||||
dist:
|
||||
|
|
Loading…
Reference in a new issue