passepartout-apple/ci/bump.sh

6 lines
96 B
Bash
Executable File

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