mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-10 14:58:02 -05:00
feat: add version updater bot
This commit is contained in:
2
.github/workflows/update-version.yml
vendored
2
.github/workflows/update-version.yml
vendored
@@ -4,6 +4,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main # Or whichever branch you want to monitor
|
||||
tags:
|
||||
- '*' # Trigger on any new tag
|
||||
|
||||
permissions:
|
||||
contents: write # Ensure the workflow has write permissions
|
||||
|
||||
Reference in New Issue
Block a user