Skip to content

Commit 6620ad8

Browse files
committed
chore(ci): fix prepare release apps workflow (#20864)
1 parent 9907634 commit 6620ad8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/prepare_release_apps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- name: Generate version and changelog
3636
id: run
3737
run: |
38+
mkdir -p target
3839
cargo release-oxc update --release oxlint --release oxfmt
3940
echo "OXLINT_VERSION=$(cat ./target/OXLINT_VERSION)" >> $GITHUB_OUTPUT
4041
echo "OXFMT_VERSION=$(cat ./target/OXFMT_VERSION)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)