From b8e485e9ca6517a8e50ba30a11556d7b660126bb Mon Sep 17 00:00:00 2001 From: Carlos Cuesta Date: Fri, 29 Jul 2022 22:24:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Remove=20`--token`=20argument=20?= =?UTF-8?q?from=20`publish`=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 8754c7cb22..185e4908f0 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -18,7 +18,7 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }} run: | npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}" - npm publish --token=${{ env.NPM_TOKEN }} + npm publish - name: Publish GitHub Release 📝 uses: softprops/action-gh-release@v1 with: