We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd185fb + 5000b9d commit 7e586fbCopy full SHA for 7e586fb
.github/workflows/publish.yml
@@ -54,6 +54,8 @@ jobs:
54
- name: Temporarily sync README
55
run: |
56
cp README.md packages/stencil-library
57
+ git config --global user.email "webmaster@datamanager.kit.edu"
58
+ git config --global user.name "GitHub Action"
59
git commit -am "Synced README"
60
- name: Configure GitHub Packages scope
61
run: echo "@$(echo '${{ github.repository }}' | cut -d '/' -f 1):registry=https://npm.pkg.github.com" >> .npmrc
@@ -82,6 +84,8 @@ jobs:
82
84
83
85
86
87
88
89
90
- run: npx lerna publish from-package --yes
91
env:
0 commit comments