Skip to content

Commit

Permalink
chore(workflow): correct rspack action scope (#7825)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Sep 9, 2024
1 parent 2e42f0b commit 9ed11a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
uses: ./.github/actions/pnpm-cache

- name: Create Release Pull Request
uses: hardfist/rspack-action@rspack
# https://github.com/rspack-contrib/rspack-action
uses: rspack-contrib/rspack-action@rspack
with:
version: node ./x version ${{inputs.version || 'patch'}}
createGithubReleases: false
Expand Down

2 comments on commit 9ed11a6

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Benchmark detail: Open

Name Base (2024-09-09 cec9cff) Current Change
10000_development-mode + exec 2.22 s ± 26 ms 2.22 s ± 31 ms -0.05 %
10000_development-mode_hmr + exec 684 ms ± 7.5 ms 696 ms ± 13 ms +1.70 %
10000_production-mode + exec 2.84 s ± 32 ms 2.84 s ± 22 ms +0.06 %
arco-pro_development-mode + exec 1.88 s ± 53 ms 1.87 s ± 85 ms -0.56 %
arco-pro_development-mode_hmr + exec 435 ms ± 2.4 ms 435 ms ± 2.2 ms +0.06 %
arco-pro_production-mode + exec 3.25 s ± 57 ms 3.24 s ± 76 ms -0.18 %
arco-pro_production-mode_generate-package-json-webpack-plugin + exec 3.32 s ± 71 ms 3.31 s ± 76 ms -0.28 %
threejs_development-mode_10x + exec 1.66 s ± 23 ms 1.69 s ± 19 ms +1.64 %
threejs_development-mode_10x_hmr + exec 811 ms ± 4.2 ms 811 ms ± 12 ms +0.04 %
threejs_production-mode_10x + exec 5.17 s ± 26 ms 5.2 s ± 28 ms +0.65 %

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Ran ecosystem CI: Open

suite result
modernjs ❌ failure
_selftest ✅ success
nx ❌ failure
rspress ✅ success
rslib ✅ success
rsbuild ✅ success
examples ❌ failure

Please sign in to comment.