From 9762b861a40c94db1a3998b1537b50077aece761 Mon Sep 17 00:00:00 2001 From: neverland Date: Fri, 6 Sep 2024 16:56:20 +0800 Subject: [PATCH] chore(workflow): correct rspack action scope --- .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