We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3cc2b0 commit 811b93cCopy full SHA for 811b93c
.github/workflows/chicmoz-prod.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Checkout Repository
20
uses: actions/checkout@v2
21
with:
22
- fetch-tags: true
+ fetch-depth: 0
23
24
- name: Print version
25
run: |
0 commit comments