We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662ae0b commit dc7cd8cCopy full SHA for dc7cd8c
.github/workflows/release.yml
@@ -46,6 +46,13 @@ jobs:
46
GITHUB_TOKEN: ${{ secrets.OXC_BOT_PAT }}
47
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
48
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
+
56
- name: Bump package.json
57
if: ${{ steps.release-plz.outputs.prs_created }}
58
env:
0 commit comments