Skip to content

Commit

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

publish:
if: github.ref_type == 'tag'
needs: publish-check
name: Publish to crates.io
runs-on: ubuntu-latest
steps:
Expand All @@ -54,6 +55,9 @@ jobs:

gh-release:
if: github.ref_type == 'tag'
needs:
- publish-check
- publish
name: Create GitHub release
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit f326e5b

Please sign in to comment.