diff --git a/scripts/publish_release.sh b/scripts/publish_release.sh index 609f4b7..d6892ad 100755 --- a/scripts/publish_release.sh +++ b/scripts/publish_release.sh @@ -30,7 +30,7 @@ npm run build echo -e "\n${VIOLET}Building successful${NC}" echo -e "\n${VIOLET}Create version tag${NC}" -git tag -a ${VERSION} -m "Release version ${VERSION}" +git tag -a "v${VERSION}" -m "Release version ${VERSION}" git push --tags echo -e "\n${VIOLET}Publishing package${NC}"