passepartout-apple/ci/bump.sh
2024-09-23 15:26:42 +02:00

6 lines
88 B
Bash
Executable File

#!/bin/sh
if [ ! -z $1 ]; then
BUILD="build:$1"
fi
bundle exec fastlane bump $BUILD