Skip to content

Commit 484c077

Browse files
authored
chore: modify release workflow (#695)
1 parent d2a5249 commit 484c077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
ref: ${{ github.event.inputs.branch }}
2424
- name: Pushing to the protected branch 'protected'
25-
uses: CasperWA/push-protected@v2
25+
uses: zhoushaw/push-protected@v2
2626
with:
2727
token: ${{ secrets.PUSH_TO_PROTECTED_BRANCH }}
2828
branch: ${{ github.event.inputs.branch }}

0 commit comments

Comments
 (0)