Skip to content

Commit

Permalink
ci: run cargo check before cargo release-oxc
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jul 23, 2024
1 parent 52f65e9 commit 4246a21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable_prepare_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Run
id: run
run: |
cargo ck
cargo release-oxc update --release ${{ inputs.name }}
echo "VERSION=$(cat ./target/OXC_VERSION)" >> $GITHUB_OUTPUT
{
Expand Down

0 comments on commit 4246a21

Please sign in to comment.