There was an error while loading. Please reload this page.
1 parent 9907634 commit 6620ad8Copy full SHA for 6620ad8
1 file changed
.github/workflows/prepare_release_apps.yml
@@ -35,6 +35,7 @@ jobs:
35
- name: Generate version and changelog
36
id: run
37
run: |
38
+ mkdir -p target
39
cargo release-oxc update --release oxlint --release oxfmt
40
echo "OXLINT_VERSION=$(cat ./target/OXLINT_VERSION)" >> $GITHUB_OUTPUT
41
echo "OXFMT_VERSION=$(cat ./target/OXFMT_VERSION)" >> $GITHUB_OUTPUT
0 commit comments