From cb2c84f4d282a9a35833b8358bdd636d6e230557 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 23 Jul 2020 22:14:48 +0300 Subject: [PATCH] npm publish fix --- .github/workflows/npm-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 2a9b5e1..adb1d99 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -2,7 +2,7 @@ name: publish on: release: - types: [published, created, edited] + types: [published, edited] jobs: release: @@ -22,6 +22,6 @@ jobs: - name: NPM Publish run: | npm ci - npm publish + npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}