We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5694c commit b469fb6Copy full SHA for b469fb6
.github/workflows/release.yml
@@ -10,6 +10,8 @@ jobs:
10
steps:
11
- name: Check out the repository
12
uses: actions/checkout@v2
13
+ with:
14
+ fetch-depth: 0
15
16
- name: Set up Python 3.7
17
uses: actions/setup-python@v2
.github/workflows/tests.yml
@@ -15,6 +15,8 @@ jobs:
18
19
20
21
- name: Set up Python ${{ matrix.pyv }}
22
0 commit comments