Skip to content

Commit deabe2e

Browse files
committed
chore: sync next with main [skip ci]
2 parents 7b706c0 + 7613af8 commit deabe2e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish-package-release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ jobs:
4545
uses: actions/checkout@v5
4646
with:
4747
token: ${{ secrets.GH_REPO_TOKEN }}
48-
ref: ${{ github.event.workflow_run.head_branch }}
48+
fetch-depth: 0
49+
50+
- name: Checkout target branch
51+
run: |
52+
git checkout ${{ github.event.workflow_run.head_branch }}
4953
5054
- name: Prepare Node.js environment
5155
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)