We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6740b0 commit 74548ceCopy full SHA for 74548ce
.github/workflows/publish.yml
@@ -27,6 +27,8 @@ jobs:
27
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
28
restore-keys: |
29
${{ runner.os }}-node-
30
+ - run: git config --global user.email "simon.jutz@cytex.ch"
31
+ - run: git config --global user.name "Simon Jutz"
32
- run: npm i
33
- run: npm run compile
34
- run: npm run publish
0 commit comments