dev #17

Merged
edraft merged 31 commits from dev into master 2025-03-12 10:09:01 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 254b03d601 - Show all commits

View File

@ -27,7 +27,7 @@ jobs:
- name: Create Git Tag for Build
run: |
git config user.name "ci"
git config user.email "dev@sh-edratf.de"
git config user.email "dev@sh-edraft.de"
git tag ${{ env.BUILD_VERSION }}
git push origin ${{ env.BUILD_VERSION }}

View File

@ -27,7 +27,7 @@ jobs:
- name: Create Git Tag for Build
run: |
git config user.name "ci"
git config user.email "dev@sh-edratf.de"
git config user.email "dev@sh-edraft.de"
git tag ${{ env.BUILD_VERSION }}
git push origin ${{ env.BUILD_VERSION }}