Skip to content

Commit ac3a717

Browse files
committed
fix runner version
1 parent 6b39337 commit ac3a717

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

bitrise.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ workflows:
8080

8181
upload-release-assets:
8282
steps:
83+
- git-clone@8: {}
8384
- pull-intermediate-files@1:
8485
inputs:
8586
- artifact_sources: ".*"
@@ -99,7 +100,7 @@ workflows:
99100
echo "Release assets:"
100101
ls -lh "${RELEASE_ASSETS_DIR}"
101102
102-
RELEASE_TAG="${BITRISE_GIT_TAG%-bitrise}"
103+
RELEASE_TAG="v$(cat "${BITRISE_SOURCE_DIR}/src/runnerversion")"
103104
envman add --key RELEASE_ASSETS_DIR --value "${RELEASE_ASSETS_DIR}"
104105
envman add --key RELEASE_TAG --value "${RELEASE_TAG}"
105106

0 commit comments

Comments
 (0)