Skip to content

Commit 4d1d488

Browse files
committed
Ensure we fetch enough info to detect latest tag in build action
1 parent 705993d commit 4d1d488

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ jobs:
174174
- name: Checkout sources
175175
uses: actions/checkout@v4
176176
with:
177+
fetch-depth: 0
177178
fetch-tags: true
178179

179180
- name: Setup PHP cache

0 commit comments

Comments
 (0)