ci: use the latest tag by date

This commit is contained in:
Eugen Eisler 2024-10-04 01:47:16 +02:00
parent 0ed45d34cb
commit e373c5d5b8

View File

@ -16,7 +16,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history to include tags
fetch-depth: 0
- name: Set up Git
run: |