Skip to content

Commit b9ac502

Browse files
authored
Fix a bug related release action
2 parents 1aa0855 + d93576d commit b9ac502

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
with:
1616
fetch-depth: 0
17+
ref: main
1718
- name: Get Release
1819
uses: agners/[email protected]
1920
id: get_release
@@ -65,6 +66,8 @@ jobs:
6566
ASSET_MIME: application/vnd.microsoft.portable-executable
6667
steps:
6768
- uses: actions/checkout@v2
69+
with:
70+
ref: main
6871
- name: Set up Python 3.6
6972
uses: actions/setup-python@v2
7073
with:

0 commit comments

Comments
 (0)