From 6356096fd064423353c6d8ca47d8448f6e3a8059 Mon Sep 17 00:00:00 2001 From: Jonathan Treffler Date: Mon, 3 Aug 2020 10:37:14 +0200 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 431232a..47ca524 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,7 @@ jobs: node-version: 12 registry-url: https://npm.pkg.github.com/ scope: '@TessyPowder' - - run: echo registry=https://npm.pkg.github.com/@TessyPowder >> .npmrc + #- run: echo registry=https://npm.pkg.github.com/@TessyPowder >> .npmrc - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.PUBLISH_GITHUB_TOKEN}}