mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-08 07:11:06 +00:00
feat: add version updater bot
This commit is contained in:
parent
6fc4d91a29
commit
2f881a2c06
2
.github/workflows/update-version.yml
vendored
2
.github/workflows/update-version.yml
vendored
@ -12,6 +12,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0 # Fetch all history to include tags
|
||||
|
||||
- name: Set up Git
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user