From 59d58136a6d7e7dbfde87e3bbfa4327d41ac9437 Mon Sep 17 00:00:00 2001 From: Mindaugas Laganeckas Date: Tue, 14 Jul 2020 12:17:29 +0200 Subject: [PATCH] Fix syntax error --- .github/workflows/release-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 6558a1ab..80ee2fc5 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -40,7 +40,7 @@ jobs: run: npm version --no-git-tag-version --allow-same-version ${{env.RELEASE_VERSION}} - name: Publish to npmjs - - run: npm publish --access public + run: npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}