Skip to content

Commit e1669ab

Browse files
committedFeb 29, 2024
Link to upstream issue
actions/checkout#882
1 parent 4d01a33 commit e1669ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/deployment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
fetch-depth: 0
4141
fetch-tags: true
4242
- name: Force git describe to show the right tag
43+
# Workaround for: https://github.com/actions/checkout/issues/882
4344
run: |
4445
git describe --dirty
4546
git fetch --tags --force

0 commit comments

Comments
 (0)
Failed to load comments.