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 5295b0a commit 2badb46Copy full SHA for 2badb46
.github/workflows/release-next-rspack.yml
@@ -25,10 +25,12 @@ env:
25
jobs:
26
build:
27
name: Build
28
- uses: rspack-contrib/rspack-toolchain/.github/workflows/build.yml@v1.0.3
+ uses: SyMind/rspack-toolchain/.github/workflows/build.yml@d86e48f6095dd7c2dfd71d0cb95761641a78d734
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