Skip to content

Commit 9e970b0

Browse files
author
Krisztian Dobmayer
committed
Prepare for version 2.11.0
1 parent afd28fe commit 9e970b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bitrise.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
33

44
app:
55
envs:
6-
- STEP_VERSION: 2.10.0
6+
- STEP_VERSION: 2.11.0
77

88
- SAMPLE_APP_URL: https://gitlab.com/bitrise/Bitrise-iTunesConnectBetaTest.git
99
- BITRISE_PROJECT_PATH: ./Bitrise-iTunesConnectBetaTest/Bitrise-iTunesConnectBetaTest.xcodeproj
@@ -148,6 +148,7 @@ workflows:
148148
#!/bin/bash
149149
set -ex
150150
151+
go get -u github.com/bitrise-tools/releaseman
151152
export CI=true
152153
releaseman create --version $STEP_VERSION
153154

0 commit comments

Comments
 (0)