Skip to content

Commit bf7c277

Browse files
committed
Fix release workflow to checkout main branch to prevent push conflicts
1 parent a5e7c82 commit bf7c277

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: Checkout code
3030
uses: actions/checkout@v4
3131
with:
32+
ref: main # Always checkout main branch, not the tag
3233
fetch-depth: 0 # Full history needed for changelog
3334
token: ${{ secrets.GITHUB_TOKEN }}
3435

0 commit comments

Comments
 (0)