ci: commit version changes only if it changed

This commit is contained in:
Eugen Eisler
2024-10-04 00:40:46 +02:00
parent c96a4931d1
commit 4b6f7ddf27

View File

@@ -18,6 +18,9 @@ jobs:
with:
fetch-depth: 0 # Fetch all history to include tags
- name: Fetch all tags
run: git fetch --tags # Ensure all tags are fetched
- name: Set up Git
run: |
git config user.name "github-actions[bot]"