mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-26 02:23:34 +00:00
6 lines
174 B
Bash
6 lines
174 B
Bash
|
#!/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"
|