Skip to content

Commit 8c8ab2f

Browse files
committed
Fix release workflow to checkout main branch before pushing
Change-Id: I133f6248a538d088323caedbc20dbc62acf09630
1 parent f3bd246 commit 8c8ab2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
with:
1313
token: ${{ secrets.GITHUB_TOKEN }}
14+
ref: main
1415
- name: Set up Python
1516
uses: actions/setup-python@v4
1617
with:

0 commit comments

Comments
 (0)