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.
-f
1 parent d680e3b commit 3d8293dCopy full SHA for 3d8293d
.github/workflows/ci.yaml
@@ -31,7 +31,7 @@ jobs:
31
uses: actions/[email protected]
32
33
- name: Fetch tags for auto versioning
34
- run: git fetch --prune --unshallow --tags
+ run: git fetch --prune --unshallow --tags -f
35
36
- name: Set up Python 3.6
37
uses: actions/setup-python@v2
0 commit comments