Skip to content

Commit 94e654f

Browse files
Add fetch-depth to work around actions/checkout#1471
1 parent 9cb3ce5 commit 94e654f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-version-against-tag.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v5
1717
with:
18+
fetch-depth: 0
1819
fetch-tags: true
1920
- name: Check VERSION file against latest tag
2021
run: |

0 commit comments

Comments
 (0)