Skip to content

Commit

Permalink
ci: update publish action (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyijun authored Nov 27, 2024
1 parent db3b0af commit 18dce45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: CasperWA/push-protected@v2
with:
token: ${{ secrets.BOT_PAT }}
branch: master
branch: ${{ github.ref_name }}
tags: true
timeout: 20
acceptable_conclusions: success,skipped

0 comments on commit 18dce45

Please sign in to comment.