File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 cp README.md packages/stencil-library
5757 git config --global user.email "webmaster@datamanager.kit.edu"
5858 git config --global user.name "GitHub Action"
59- git commit -am "Synced README"
59+ git add .
60+ git commit -m "Synced README"
6061 - name : Configure GitHub Packages scope
6162 run : echo "@$(echo '${{ github.repository }}' | cut -d '/' -f 1):registry=https://npm.pkg.github.com" >> .npmrc
6263 - run : npx lerna publish from-package --yes
8687 cp README.md packages/stencil-library
8788 git config --global user.email "webmaster@datamanager.kit.edu"
8889 git config --global user.name "GitHub Action"
89- git commit -am "Synced README"
90+ git add .
91+ git commit -m "Synced README"
9092 - run : npx lerna publish from-package --yes
9193 env :
9294 NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
You can’t perform that action at this time.
0 commit comments