Skip to content

Commit 8f9d78f

Browse files
authored
Bug fix to checkout new version
2 parents d50f118 + c4f15ff commit 8f9d78f

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)