diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index a872307..eff4646 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -36,7 +36,7 @@ jobs: with: node-version: 12 registry-url: https://npm.pkg.github.com/ - scope: '@@seantomburke' + scope: '@seantomburke' - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}