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.
1 parent 1e5b92c commit ed55995Copy full SHA for ed55995
.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