Skip to content

Commit dc7cd8c

Browse files
committed
update
1 parent 662ae0b commit dc7cd8c

File tree

2 files changed

+53
-46
lines changed

2 files changed

+53
-46
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ jobs:
4646
GITHUB_TOKEN: ${{ secrets.OXC_BOT_PAT }}
4747
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
4848

49+
- uses: oxc-project/setup-rust@cd82e1efec7fef815e2c23d296756f31c7cdc03d # v1.0.0
50+
with:
51+
cache-key: warm
52+
- uses: ./.github/actions/pnpm
53+
- name: update napi/index.js
54+
run: pnpm run build
55+
4956
- name: Bump package.json
5057
if: ${{ steps.release-plz.outputs.prs_created }}
5158
env:

0 commit comments

Comments
 (0)