mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Remove . in tag name in release steps
This commit is contained in:
parent
b3e7cc62ac
commit
5eee7f6fba
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ git commit -asm "Increment build number"
|
|||
|
||||
# Tag the latest commit
|
||||
# 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
|
||||
git push --follow-tags
|
||||
|
|
|
|||
Loading…
Reference in a new issue