feat: add version updater bot

This commit is contained in:
Eugen Eisler 2024-09-29 21:51:49 +02:00
parent 6fc4d91a29
commit 2f881a2c06

View File

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