feat: add version updater bot
This commit is contained in:
parent
211c0fece0
commit
7e63a16f28
2
.github/workflows/update-version.yml
vendored
2
.github/workflows/update-version.yml
vendored
@ -4,6 +4,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main # Or whichever branch you want to monitor
|
- main # Or whichever branch you want to monitor
|
||||||
|
tags:
|
||||||
|
- '*' # Trigger on any new tag
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write # Ensure the workflow has write permissions
|
contents: write # Ensure the workflow has write permissions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user