We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397fa76 commit d413bcaCopy full SHA for d413bca
1 file changed
.github/workflows/release.yml
@@ -13,7 +13,9 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout Repository
16
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
17
+ with:
18
+ fetch-depth: 0
19
20
- name: Set up Python 3.8
21
uses: actions/setup-python@v2
0 commit comments