Update build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -351,7 +351,7 @@ jobs:
|
||||
name: 📦 Prepare release
|
||||
needs: [info]
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ needs.info.outputs.exists }}
|
||||
if: ${{ needs.info.outputs.exists == 'true' }}
|
||||
steps:
|
||||
- name: Debug if conditions
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user