Fixed mail
This commit is contained in:
parent
ef17f800b1
commit
254b03d601
@ -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 }}
|
||||
|
||||
|
@ -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 }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user