Skip to content

Commit f9337ef

Browse files
committed
Fix a bug related release actions
1 parent 3ae6c1a commit f9337ef

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
@@ -93,6 +93,8 @@ jobs:
9393
needs: build
9494
steps:
9595
- uses: actions/checkout@v2
96+
with:
97+
ref: main
9698
- name: Set up Python
9799
uses: actions/setup-python@v2
98100
with:

0 commit comments

Comments
 (0)