passepartout-apple/ci/bump.sh

6 lines
88 B
Bash
Raw Normal View History

2024-09-23 13:02:26 +00:00
#!/bin/sh
if [ ! -z $1 ]; then
2024-09-23 13:25:16 +00:00
BUILD="build:$1"
2024-09-23 13:02:26 +00:00
fi
2024-09-23 13:25:16 +00:00
bundle exec fastlane bump $BUILD