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 3d41594 commit ca6fe0aCopy full SHA for ca6fe0a
.github/workflows/build.yml
@@ -353,7 +353,7 @@ jobs:
353
needs: [job_get_metadata, job_build]
354
runs-on: ubuntu-20.04
355
# Build artifacts are only needed for releasing workflow.
356
- if: needs.job_get_metadata.outputs.is_release === 'true'
+ if: needs.job_get_metadata.outputs.is_release == 'true'
357
steps:
358
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
359
uses: actions/checkout@v3
0 commit comments