Skip to content

Commit

Permalink
publish-check and publish never run together
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Mar 26, 2024
1 parent 78ec2c3 commit 680187a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:

publish:
if: github.ref_type == 'tag'
needs: publish-check
name: Publish to crates.io
runs-on: ubuntu-latest
steps:
Expand All @@ -56,7 +55,6 @@ jobs:
gh-release:
if: github.ref_type == 'tag'
needs:
- publish-check
- publish
name: Create GitHub release
runs-on: ubuntu-latest
Expand Down

0 comments on commit 680187a

Please sign in to comment.