We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d01a33 commit e1669abCopy full SHA for e1669ab
.github/workflows/deployment.yml
@@ -40,6 +40,7 @@ jobs:
40
fetch-depth: 0
41
fetch-tags: true
42
- name: Force git describe to show the right tag
43
+ # Workaround for: https://github.com/actions/checkout/issues/882
44
run: |
45
git describe --dirty
46
git fetch --tags --force
0 commit comments