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