3 lines
74 B
Bash
3 lines
74 B
Bash
|
#!/bin/sh
|
||
|
bundle exec fastlane run increment_build_number build_number:$1
|