Move email to github actions

This commit is contained in:
Sylwester Zieliński
2022-03-21 16:51:41 +01:00
parent 87d3c8b670
commit e324e11bae

View File

@@ -13,10 +13,8 @@ jobs:
ref: main ref: main
fetch-depth: 0 fetch-depth: 0
- shell: bash - shell: bash
env:
CONTACT_EMAIL: ${{ secrets.CONTACT_EMAIL }}
run: | run: |
git config user.email $CONTACT_EMAIL git config user.email mag@nordicsemi.no
git config user.name "Github Action" git config user.name "Github Action"
VERSION=`git describe --tags --abbrev=0` VERSION=`git describe --tags --abbrev=0`
VERSION=`./moustache/split.sh $VERSION` VERSION=`./moustache/split.sh $VERSION`