mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2024-12-25 19:02:37 +00:00
6 lines
177 B
Bash
Executable File
6 lines
177 B
Bash
Executable File
#!/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"
|