Skip to content

Commit c4f15ff

Browse files
committed
Bug fix to checkout new version
1 parent a491322 commit c4f15ff

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

0 commit comments

Comments
 (0)