mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2025-12-21 16:34:23 +01:00
Move email to github actions
This commit is contained in:
4
.github/workflows/deploy-all.yml
vendored
4
.github/workflows/deploy-all.yml
vendored
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user