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.
1 parent e0a4abe commit 2f5f3d7Copy full SHA for 2f5f3d7
.github/workflows/publish.yml
@@ -45,10 +45,10 @@ jobs:
45
# This is needed because we need to install the linting packages
46
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
48
- # - name: Authenticate with the GitHub Package Registry
49
- # if: ${{ steps.changelog.outputs.skipped == 'false' }}
50
- # run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >>
51
- # ~/.npmrc
+ - name: Authenticate with the GitHub Package Registry
+ if: ${{ steps.changelog.outputs.skipped == 'false' }}
+ run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >>
+ ~/.npmrc
52
53
- name: Github publish package
54
if: ${{ steps.changelog.outputs.skipped == 'false' }}
0 commit comments