We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd28fe commit 9e970b0Copy full SHA for 9e970b0
bitrise.yml
@@ -3,7 +3,7 @@ default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
3
4
app:
5
envs:
6
- - STEP_VERSION: 2.10.0
+ - STEP_VERSION: 2.11.0
7
8
- SAMPLE_APP_URL: https://gitlab.com/bitrise/Bitrise-iTunesConnectBetaTest.git
9
- BITRISE_PROJECT_PATH: ./Bitrise-iTunesConnectBetaTest/Bitrise-iTunesConnectBetaTest.xcodeproj
@@ -148,6 +148,7 @@ workflows:
148
#!/bin/bash
149
set -ex
150
151
+ go get -u github.com/bitrise-tools/releaseman
152
export CI=true
153
releaseman create --version $STEP_VERSION
154
0 commit comments