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 d09e7d1Copy full SHA for d09e7d1
.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@40c3cafbf47bc5b9e968880f00076e0b7f5370ba
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