We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b39337 commit ac3a717Copy full SHA for ac3a717
1 file changed
bitrise.yml
@@ -80,6 +80,7 @@ workflows:
80
81
upload-release-assets:
82
steps:
83
+ - git-clone@8: {}
84
- pull-intermediate-files@1:
85
inputs:
86
- artifact_sources: ".*"
@@ -99,7 +100,7 @@ workflows:
99
100
echo "Release assets:"
101
ls -lh "${RELEASE_ASSETS_DIR}"
102
- RELEASE_TAG="${BITRISE_GIT_TAG%-bitrise}"
103
+ RELEASE_TAG="v$(cat "${BITRISE_SOURCE_DIR}/src/runnerversion")"
104
envman add --key RELEASE_ASSETS_DIR --value "${RELEASE_ASSETS_DIR}"
105
envman add --key RELEASE_TAG --value "${RELEASE_TAG}"
106
0 commit comments