diff --git a/.github/workflows/npm-publish-github-packages.yaml b/.github/workflows/npm-publish-github-packages.yaml index cbf534f..3ab42cf 100644 --- a/.github/workflows/npm-publish-github-packages.yaml +++ b/.github/workflows/npm-publish-github-packages.yaml @@ -28,7 +28,7 @@ jobs: with: node-version: 16 registry-url: 'https://npm.pkg.github.com/' - - run: npm config set registry https://npm.pkg.github.com + - run: npm config set registry https://npm.pkg.github.com/andrewbrg - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}