Skip to content

Commit

Permalink
ci: Fix release publish conditions (#2799)
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r authored Mar 15, 2024
1 parent c2698c6 commit 27899f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ jobs:
path: target/package/*

publish:
if: needs.meta.outputs.changed == 'true'
needs: [meta, package]
if: needs.meta.outputs.changed == 'true' || needs.meta.outputs.publish == 'true'
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
Expand Down

0 comments on commit 27899f9

Please sign in to comment.