fix: tag version issue

This commit is contained in:
Hiddify
2023-09-15 11:23:45 +02:00
parent 43f4156430
commit abed5bb0dd

View File

@@ -119,7 +119,7 @@ release: ## Create a new tag for release.
# ./update_translations.sh && \ # ./update_translations.sh && \
# git add assets/translations/* && \ # git add assets/translations/* && \
git commit -m "release: version $${TAG} 🚀" && \ git commit -m "release: version $${TAG} 🚀" && \
echo "creating git tag : $${TAG}" && \ echo "creating git tag : v$${TAG}" && \
git tag $${TAG} && \ git tag v$${TAG} && \
git push -u origin HEAD --tags && \ git push -u origin HEAD --tags && \
echo "Github Actions will detect the new tag and release the new version."' echo "Github Actions will detect the new tag and release the new version."'