Skip to content

Commit 5000b9d

Browse files
authored
Update publish.yml
1 parent fd185fb commit 5000b9d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
- name: Temporarily sync README
5555
run: |
5656
cp README.md packages/stencil-library
57+
git config --global user.email "webmaster@datamanager.kit.edu"
58+
git config --global user.name "GitHub Action"
5759
git commit -am "Synced README"
5860
- name: Configure GitHub Packages scope
5961
run: echo "@$(echo '${{ github.repository }}' | cut -d '/' -f 1):registry=https://npm.pkg.github.com" >> .npmrc
@@ -82,6 +84,8 @@ jobs:
8284
- name: Temporarily sync README
8385
run: |
8486
cp README.md packages/stencil-library
87+
git config --global user.email "webmaster@datamanager.kit.edu"
88+
git config --global user.name "GitHub Action"
8589
git commit -am "Synced README"
8690
- run: npx lerna publish from-package --yes
8791
env:

0 commit comments

Comments
 (0)