We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e5b92c + ed55995 commit 38e03baCopy full SHA for 38e03ba
.github/workflows/reusable-get-build-targets.yml
@@ -46,7 +46,7 @@ jobs:
46
47
CURRENT_PUSHED_TAG=""
48
if [[ "${IS_TAG_PUSH}" == "true" ]]; then
49
- CURRENT_PUSHED_TAG="$(echo ${GITHUB_REFNAME} | sed s/refs\/tags\///)"
+ CURRENT_PUSHED_TAG="$(echo ${GITHUB_REFNAME} | sed 's/refs\/tags\///')"
50
fi
51
52
# Handle manual workflow dispatch with target_ref
0 commit comments