We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2452c1f commit 08f4665Copy full SHA for 08f4665
.github/workflows/release.yml
@@ -11,6 +11,8 @@ jobs:
11
12
steps:
13
- uses: actions/checkout@master
14
+ with:
15
+ fetch-depth: 0
16
- uses: actions/setup-python@v1
17
with:
18
python-version: '3.x'
0 commit comments