From 3b4423e0f320d023d75cab71449e09c3db52dd9e Mon Sep 17 00:00:00 2001 From: Andrew Borg Date: Thu, 11 May 2023 19:33:45 +0200 Subject: [PATCH] Update npm publish --- .github/workflows/npm-publish-github-packages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish-github-packages.yaml b/.github/workflows/npm-publish-github-packages.yaml index f2ea610..44033be 100644 --- a/.github/workflows/npm-publish-github-packages.yaml +++ b/.github/workflows/npm-publish-github-packages.yaml @@ -31,7 +31,7 @@ jobs: with: node-version: 16 registry-url: 'https://npm.pkg.github.com/' - - run: npm config set registry https://npm.pkg.github.com/andrewbrg + - run: npm config set registry https://npm.pkg.github.com/@andrewbrg - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}