There was an error while loading. Please reload this page.
1 parent dfc6f99 commit 636917fCopy full SHA for 636917f
1 file changed
bitrise.yml
@@ -7,7 +7,7 @@ workflows:
7
upload-release-assets:
8
triggers:
9
tag:
10
- - name: '*'
+ - name: 'v*.*.*-bitrise'
11
steps:
12
- script@1:
13
title: Download GitHub release assets
@@ -20,7 +20,7 @@ workflows:
20
21
RELEASE_JSON=$(curl -sf \
22
-H "Accept: application/vnd.github+json" \
23
- "https://api.github.com/repos/bitrise-io/github-runner/releases/tags/${BITRISE_GIT_TAG}")
+ "https://api.github.com/repos/bitrise-io/github-runner/releases/tag/${BITRISE_GIT_TAG}")
24
25
RELEASE_NAME=$(echo "${RELEASE_JSON}" | jq -r '.name')
26
echo "Found release: ${RELEASE_NAME}"
0 commit comments