We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd0b35 commit 4499013Copy full SHA for 4499013
.github/workflows/real-npm-publish.yml
@@ -56,6 +56,7 @@ jobs:
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 add -A
60
git commit -am "Synced README"
61
- name: Configure GitHub Packages scope
62
run: echo "@$(echo '${{ github.repository }}' | cut -d '/' -f 1):registry=https://npm.pkg.github.com" >> .npmrc
@@ -86,6 +87,7 @@ jobs:
86
87
88
89
90
91
92
- run: npx lerna publish from-package --yes
93
env:
0 commit comments