Skip to content

Commit

Permalink
chore: check handle-status before releasing and publish to crate in r…
Browse files Browse the repository at this point in the history
…elease.yml
  • Loading branch information
ludndev committed Jul 18, 2024
1 parent ea6582a commit 5292396
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ jobs:
release:
needs: handle-release

if: needs.handle-release.outputs.status == 'true'

runs-on: ${{ matrix.os }}

strategy:
Expand Down Expand Up @@ -227,6 +229,8 @@ jobs:
publish-crate:
needs: handle-release

if: needs.handle-release.outputs.status == 'true'

runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 5292396

Please sign in to comment.