Skip to content

Commit 74548ce

Browse files
committedAug 31, 2023
ci: publish
1 parent c6740b0 commit 74548ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
2828
restore-keys: |
2929
${{ runner.os }}-node-
30+
- run: git config --global user.email "simon.jutz@cytex.ch"
31+
- run: git config --global user.name "Simon Jutz"
3032
- run: npm i
3133
- run: npm run compile
3234
- run: npm run publish

0 commit comments

Comments
 (0)
Please sign in to comment.