Skip to content

Commit

Permalink
ci: fix release oxlint missing target dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jun 14, 2024
1 parent 6168969 commit c8e4160
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_oxlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ jobs:
- name: Run
id: run
run: |
mkdir -p target
cargo release-oxc changelog --release oxlint
echo "VERSION=$(cat ./target/OXC_VERSION)" >> $GITHUB_OUTPUT
{
Expand Down

0 comments on commit c8e4160

Please sign in to comment.