Update build.yml
This commit is contained in:
parent
09545c0ce4
commit
378d36dd48
1 changed files with 1 additions and 1 deletions
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 == 'false'
|
||||
steps:
|
||||
- name: Debug if conditions
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue