Remove . in tag name in release steps

This commit is contained in:
Brandon Evans 2021-01-19 22:23:29 -07:00
parent b3e7cc62ac
commit 5eee7f6fba
No known key found for this signature in database
GPG key ID: D58A4B8DB64F8E93

View file

@ -45,7 +45,7 @@ git commit -asm "Increment build number"
# Tag the latest commit # Tag the latest commit
# Replace $VERSION and $BUILD below with the latest real values # Replace $VERSION and $BUILD below with the latest real values
git tag -asm "v$VERSION.b$BUILD" "v$VERSION.b$BUILD" git tag -asm "v$VERSIONb$BUILD" "v$VERSIONb$BUILD"
# Push to origin # Push to origin
git push --follow-tags git push --follow-tags