File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2828
2929 - name : Authenticate with GitHub Packages
3030 run : |
31- echo "//npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN }}" > ~/.npmrc
31+ echo "//npm.pkg.github.com/:_authToken=${{secrets.PUBLISH_GITHUB_TOKEN }}" > ~/.npmrc
3232 echo "registry=https://npm.pkg.github.com" >> ~/.npmrc
3333
3434 - name : Test publish to GitHub Packages
4343
4444 - name : Authenticate with npm
4545 run : |
46- echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN }}" >> ~/.npmrc
46+ echo "//registry.npmjs.org/:_authToken=${{secrets.PUBLISH_NPM_TOKEN }}" >> ~/.npmrc
4747
4848 - name : Test publish to npm registry
4949 if : github.ref == 'refs/heads/ci'
Original file line number Diff line number Diff line change 11build /
22screenshots.png
33.idea /
4+ .github /
5+ src /
You can’t perform that action at this time.
0 commit comments