mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
ci: commit version changes only if it changed
This commit is contained in:
parent
c96a4931d1
commit
4b6f7ddf27
|
|
@ -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]"
|
||||
|
|
|
|||
Loading…
Reference in a new issue