From 9ed11a6b57cb97f7e6bad4ab11f15226c32904da Mon Sep 17 00:00:00 2001 From: neverland Date: Mon, 9 Sep 2024 18:06:06 +0800 Subject: [PATCH] chore(workflow): correct rspack action scope (#7825) --- .github/workflows/release-pull-request.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-pull-request.yml b/.github/workflows/release-pull-request.yml index eb598f41ec2..02176fce894 100644 --- a/.github/workflows/release-pull-request.yml +++ b/.github/workflows/release-pull-request.yml @@ -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