mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-12 03:29:21 +00:00
6 lines
177 B
Bash
6 lines
177 B
Bash
|
#!/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"
|