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
fetch-depth: 0
- shell: bash
env:
CONTACT_EMAIL: ${{ secrets.CONTACT_EMAIL }}
run: |
git config user.email $CONTACT_EMAIL
git config user.email mag@nordicsemi.no
git config user.name "Github Action"
VERSION=`git describe --tags --abbrev=0`
VERSION=`./moustache/split.sh $VERSION`