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 6878c02 commit 7950121Copy full SHA for 7950121
.github/workflows/release-next-rspack.yml
@@ -25,12 +25,11 @@ env:
25
jobs:
26
build:
27
name: Build
28
- uses: SyMind/rspack-toolchain/.github/workflows/build.yml@d86e48f6095dd7c2dfd71d0cb95761641a78d734
+ uses: SyMind/rspack-toolchain/.github/workflows/build.yml@9253af6151b394a3ad70a603f1380e601ed3aba5
29
with:
30
package-json-path: rspack/crates/binding/package.json
31
napi-build-command: pnpm build --release
32
working-directory: rspack
33
- rust-toolchain: nightly-2025-05-30
34
35
release:
36
runs-on: ubuntu-latest
0 commit comments