From 484c0771ee3f7f15cc8ecf8f8622f201add2942f Mon Sep 17 00:00:00 2001 From: Zhou xiao Date: Thu, 26 Dec 2024 17:06:17 +0800 Subject: [PATCH] chore: modify release workflow (#695) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f028b5a1d..7173f6208 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: with: ref: ${{ github.event.inputs.branch }} - name: Pushing to the protected branch 'protected' - uses: CasperWA/push-protected@v2 + uses: zhoushaw/push-protected@v2 with: token: ${{ secrets.PUSH_TO_PROTECTED_BRANCH }} branch: ${{ github.event.inputs.branch }}