From f8e632956faa350692339f940548b53b5a4b655a Mon Sep 17 00:00:00 2001 From: Pavel Murygin Date: Thu, 29 Apr 2021 17:50:59 +0300 Subject: [PATCH] trying another token --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2dcf57..ec36c2a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: - run: npm publish --access public env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN2 }} ### Create a release - name: Create Release