feat: add version updater bot

This commit is contained in:
Eugen Eisler 2024-09-30 18:24:53 +02:00
parent 211c0fece0
commit 7e63a16f28

View File

@ -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