mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-02-12 15:05:10 -05:00
ci: commit version changes only if it changed
This commit is contained in:
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user