Fixed reported version

This commit is contained in:
2025-04-17 11:23:32 +02:00
parent 61d57d6de1
commit bcf4d41785
2 changed files with 10 additions and 0 deletions

View File

@@ -17,6 +17,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: Get Git commit timestamps
run: echo "TIMESTAMP=$(git log -1 --pretty=%ct)" >> $GITHUB_ENV