diff --git a/ci/beta-deploy.sh b/ci/beta-deploy.sh index 574d0f84..9b788848 100755 --- a/ci/beta-deploy.sh +++ b/ci/beta-deploy.sh @@ -1,5 +1,4 @@ #!/bin/sh -TARGET="beta" bundle exec fastlane --env secret-deploy,beta-deploy beta_deploy VERSION=`agvtool mvers -terse1` BUILD=`agvtool vers -terse` -git tag "v$VERSION-b$BUILD" +TARGET="beta" bundle exec fastlane --env secret-deploy,beta-deploy beta_deploy && git tag "v$VERSION-b$BUILD" diff --git a/ci/dev-deploy.sh b/ci/dev-deploy.sh index c1c62414..98a01c0c 100755 --- a/ci/dev-deploy.sh +++ b/ci/dev-deploy.sh @@ -1,5 +1,4 @@ #!/bin/sh -TARGET="dev" bundle exec fastlane --env secret-deploy,dev-deploy dev_deploy VERSION=`agvtool mvers -terse1` BUILD=`agvtool vers -terse` -#git tag "v$VERSION-a$BUILD" +TARGET="dev" bundle exec fastlane --env secret-deploy,dev-deploy dev_deploy #&& git tag "v$VERSION-a$BUILD"