From 619224df440df56af262607d7f141e3a46b6261b Mon Sep 17 00:00:00 2001 From: Nic Pearson Date: Fri, 8 Jan 2021 08:29:51 +0100 Subject: [PATCH] fix: github publishing scope --- .github/workflows/publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index c6ba263..19e0af0 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -39,6 +39,7 @@ jobs: scope: "@minddocdev" - name: Publish the package run: | + sed -i 's/@minddoc/@minddocdev/g' package.json npm --no-git-tag-version version $RELEASE_VERSION npm config set registry https://npm.pkg.github.com echo "//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}" > ~/.npmrc