.gitea/workflows/major-release-num.yml aktualisiert

This commit is contained in:
2024-10-11 07:58:40 +02:00
parent 6ff81ebcd9
commit 6decb32177

View File

@@ -13,7 +13,7 @@ jobs:
- name: Get major version num and update tag
run: |
VERSION=${GITHUB_REF#refs/tags/}
VERSION=${GITEA_REF#refs/tags/}
MAJOR=${VERSION%%.*}
git config --global user.name 'Matthias Berner'
git config --global user.email 'matthiasberner@git.familie-berner.de'