ci: commit version changes only if it changed
Some checks are pending
Go Build / Run tests (push) Waiting to run
Update Version File and Create Tag / update-version (push) Waiting to run

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]"