Skip to content

Commit ca6fe0a

Browse files
committed
fix typo
1 parent 3d41594 commit ca6fe0a

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
@@ -353,7 +353,7 @@ jobs:
353353
needs: [job_get_metadata, job_build]
354354
runs-on: ubuntu-20.04
355355
# Build artifacts are only needed for releasing workflow.
356-
if: needs.job_get_metadata.outputs.is_release === 'true'
356+
if: needs.job_get_metadata.outputs.is_release == 'true'
357357
steps:
358358
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
359359
uses: actions/checkout@v3

0 commit comments

Comments
 (0)