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.
1 parent 3fbaab6 commit 5c349abCopy full SHA for 5c349ab
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Set up Python
28
uses: actions/setup-python@v2
29
with:
30
- python-version: '3.7'
+ python-version: '3.8'
31
32
- name: Setup Git
33
run: |
@@ -77,7 +77,8 @@ jobs:
77
runs-on: ubuntu-latest
78
steps:
79
80
- - uses: actions/checkout@v2
+ - name: Checkout main
81
+ uses: actions/checkout@v2
82
83
ref: main
84
fetch-depth: 0 # fetches entire history for all branches and tags
@@ -104,7 +105,8 @@ jobs:
104
105
106
107
108
109
110
111
112
0 commit comments