Skip to content

Commit 87e9a89

Browse files
committed
Update build.yml
1 parent 2aa2d0c commit 87e9a89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
name: "[🚀] Release"
169169
needs: [info, build]
170170
runs-on: ubuntu-latest
171-
if: ${{ needs.info.outputs.make_release }}
171+
if: ${{ needs.info.outputs.make_release == true }}
172172

173173
steps:
174174
- name: "[📦] Download artifact"

0 commit comments

Comments
 (0)