Skip to content

Commit

Permalink
chore: simplify cargo-publish job check
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Jul 28, 2024
1 parent 2292bc1 commit 85586da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
"shared/Cargo.toml"
]
separator: "@"
cargo-publish-dry-run:
cargo-publish:
needs: [release-check]
if: toJSON(fromJSON(needs.release-check.outputs.json)) != '[]'
if: needs.release-check.outputs.json != '[]'
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit 85586da

Please sign in to comment.