Skip to content

Commit 30c9c1b

Browse files
committed
haksdhq
1 parent 7e1a351 commit 30c9c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
shell: bash
6868
id: create-pre-release-tag
6969
run: |
70-
if [[ "${{ needs.workflow-variables.outputs.is-release }}" == 'true' ]]; then
70+
if [[ '${{ needs.workflow-variables.outputs.is-release }}' == 'true' ]]; then
7171
echo "pre-release-tag=" >> GITHUB_OUTPUT
7272
else
7373
branch_name='${{ github.ref_name }}'

0 commit comments

Comments
 (0)