Skip to content

Commit

Permalink
chore: modify release workflow (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoushaw authored Dec 26, 2024
1 parent d2a5249 commit 484c077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 484c077

Please sign in to comment.