We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed0b9a commit 169595eCopy full SHA for 169595e
.github/workflows/build.yaml
@@ -33,7 +33,7 @@ jobs:
33
id: tag
34
shell: bash
35
run: |
36
- if [ "${GITHUB_REF/refs\/tags\//}" -eq "refs/head/master" ]; then
+ if [ "${GITHUB_REF/refs\/tags\//}" == "refs/head/master" ]; then
37
echo "value=$GIT_SHA" >> $GITHUB_OUTPUT
38
else
39
echo "value=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
0 commit comments