Skip to content

Commit

Permalink
ci: add check job (publish --dry-run) in prepare_release_crates
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jul 23, 2024
1 parent 269151d commit 6beef74
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/prepare_release_crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,19 @@ concurrency:
cancel-in-progress: true

jobs:
prepare_release:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: taiki-e/checkout-action@v1
- uses: Boshen/setup-rust@main
with:
cache-key: warm
tools: cargo-release-oxc
- run: cargo release-oxc publish --release crates --dry-run

prepare:
needs: check
name: Prepare Release Crates
uses: ./.github/workflows/reusable_prepare_release.yml
with:
Expand Down

0 comments on commit 6beef74

Please sign in to comment.