Skip to content

Commit f39fc4e

Browse files
authored
Fix a bug related Release actions
1 parent e12d46f commit f39fc4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
needs: update-changelog
5555
steps:
5656
- uses: actions/checkout@v2
57+
with:
58+
ref: main
5759
- name: Set up Python
5860
uses: actions/setup-python@v2
5961
with:

0 commit comments

Comments
 (0)