.gitea/workflows/major-release-num.yml aktualisiert
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Get major version num and update tag
|
- name: Get major version num and update tag
|
||||||
run: |
|
run: |
|
||||||
VERSION=${GITHUB_REF#refs/tags/}
|
VERSION=${GITEA_REF#refs/tags/}
|
||||||
MAJOR=${VERSION%%.*}
|
MAJOR=${VERSION%%.*}
|
||||||
git config --global user.name 'Matthias Berner'
|
git config --global user.name 'Matthias Berner'
|
||||||
git config --global user.email 'matthiasberner@git.familie-berner.de'
|
git config --global user.email 'matthiasberner@git.familie-berner.de'
|
||||||
|
|||||||
Reference in New Issue
Block a user