Skip to content

Commit

Permalink
chore: modify release workflow (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoushaw authored Dec 23, 2024
1 parent f1b73b2 commit 229ffb0
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 229ffb0

Please sign in to comment.