From 33547fd14cd1d799dfb81a5a75933eebea631a6a Mon Sep 17 00:00:00 2001 From: Xmader Date: Thu, 29 Oct 2020 17:06:49 -0400 Subject: [PATCH] chore: github action --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 966d0f6..0d2a1e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,6 +45,8 @@ jobs: - name: NPM Publish run: npm publish --tag $NPM_TAG + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # 0301... - name: Github Release env: