Skip to content

Commit 636917f

Browse files
committed
fix bitrise.yml
1 parent dfc6f99 commit 636917f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bitrise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ workflows:
77
upload-release-assets:
88
triggers:
99
tag:
10-
- name: '*'
10+
- name: 'v*.*.*-bitrise'
1111
steps:
1212
- script@1:
1313
title: Download GitHub release assets
@@ -20,7 +20,7 @@ workflows:
2020
2121
RELEASE_JSON=$(curl -sf \
2222
-H "Accept: application/vnd.github+json" \
23-
"https://api.github.com/repos/bitrise-io/github-runner/releases/tags/${BITRISE_GIT_TAG}")
23+
"https://api.github.com/repos/bitrise-io/github-runner/releases/tag/${BITRISE_GIT_TAG}")
2424
2525
RELEASE_NAME=$(echo "${RELEASE_JSON}" | jq -r '.name')
2626
echo "Found release: ${RELEASE_NAME}"

0 commit comments

Comments
 (0)