mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2024-12-27 03:42:39 +00:00
5 lines
180 B
Bash
Executable File
5 lines
180 B
Bash
Executable File
#!/bin/sh
|
|
VERSION=`agvtool mvers -terse1`
|
|
BUILD=`agvtool vers -terse`
|
|
TARGET="beta" bundle exec fastlane --env secret-deploy,beta-deploy beta_deploy && git tag "v$VERSION-b$BUILD"
|