We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e6dbfa + d43a033 commit f4aac89Copy full SHA for f4aac89
.github/workflows/publish-release.yml
@@ -15,6 +15,7 @@ jobs:
15
- uses: actions/checkout@v2
16
with:
17
fetch-depth: 0
18
+ ref: main
19
- name: Get Release
20
uses: agners/[email protected]
21
id: get_release
@@ -55,7 +56,8 @@ jobs:
55
56
runs-on: windows-latest
57
steps:
58
-
59
+ with:
60
61
- name: Set up Python
62
uses: actions/setup-python@v2
63
@@ -93,6 +95,8 @@ jobs:
93
95
needs: build
94
96
97
98
99
100
101
102
0 commit comments