Skip to content

Commit f4aac89

Browse files
authored
Merge pull request #46 from fosslight/develop
Fix a bug related release actions
2 parents 7e6dbfa + d43a033 commit f4aac89

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
with:
1717
fetch-depth: 0
18+
ref: main
1819
- name: Get Release
1920
uses: agners/[email protected]
2021
id: get_release
@@ -55,7 +56,8 @@ jobs:
5556
runs-on: windows-latest
5657
steps:
5758
- uses: actions/checkout@v2
58-
59+
with:
60+
ref: main
5961
- name: Set up Python
6062
uses: actions/setup-python@v2
6163
with:
@@ -93,6 +95,8 @@ jobs:
9395
needs: build
9496
steps:
9597
- uses: actions/checkout@v2
98+
with:
99+
ref: main
96100
- name: Set up Python
97101
uses: actions/setup-python@v2
98102
with:

0 commit comments

Comments
 (0)