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 7e1a351 commit 30c9c1bCopy full SHA for 30c9c1b
.github/workflows/build.yml
@@ -67,7 +67,7 @@ jobs:
67
shell: bash
68
id: create-pre-release-tag
69
run: |
70
- if [[ "${{ needs.workflow-variables.outputs.is-release }}" == 'true' ]]; then
+ if [[ '${{ needs.workflow-variables.outputs.is-release }}' == 'true' ]]; then
71
echo "pre-release-tag=" >> GITHUB_OUTPUT
72
else
73
branch_name='${{ github.ref_name }}'
0 commit comments