.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
|
||||
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'
|
||||
|
||||
Reference in New Issue
Block a user