diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 53f849f..f75eedb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - run: npm install # Publish to npm - - run: npm publish --access public + - run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # Setup .npmrc file to publish to GitHub Packages