Do not autotag alpha builds
This commit is contained in:
parent
8219519a22
commit
452d62b13f
|
@ -2,4 +2,4 @@
|
||||||
TARGET="dev" bundle exec fastlane --env secret-deploy,dev-deploy dev_deploy
|
TARGET="dev" bundle exec fastlane --env secret-deploy,dev-deploy dev_deploy
|
||||||
VERSION=`agvtool mvers -terse1`
|
VERSION=`agvtool mvers -terse1`
|
||||||
BUILD=`agvtool vers -terse`
|
BUILD=`agvtool vers -terse`
|
||||||
git tag "v$VERSION-a$BUILD"
|
#git tag "v$VERSION-a$BUILD"
|
||||||
|
|
Loading…
Reference in New Issue