From c90d1cb94da8af5530c3ed71539201107373f75a Mon Sep 17 00:00:00 2001 From: Moody Salem Date: Tue, 11 Aug 2020 16:44:35 -0500 Subject: [PATCH] fix the publish to NPM step --- .github/workflows/deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 6e545553a..01833a666 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -53,9 +53,9 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} - name: Publish to NPM - run: npm publish - env: - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + uses: JS-DevTools/npm-publish@18351461ae08dde235c0ccee0633ec905f0b9a52 + with: + token: ${{ secrets.NPM_TOKEN }} # blocked by https://github.com/anantaramdas/ipfs-pinata-deploy-action/issues/3 # - name: Pin to IPFS