change tags again

This commit is contained in:
Robert Lechte 2020-08-29 16:13:08 +10:00
parent 1dd36cbd6a
commit 12be26bc42

View File

@ -74,8 +74,8 @@ jobs:
python deploy/vbump.py
poetry build
poetry publish --username $PYPI_USERNAME --password $PYPI_PASSWORD
git tag release-`cat ~/version`
git push origin release-`cat ~/version`
git tag `cat ~/version`
git push origin `cat ~/version`
workflows: