mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2025-12-22 00:44:26 +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
|
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`
|
||||||
|
|||||||
Reference in New Issue
Block a user