Skip to content

Commit

Permalink
fix the publish to NPM step
Browse files Browse the repository at this point in the history
  • Loading branch information
moodysalem committed Aug 11, 2020
1 parent 155784a commit c90d1cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c90d1cb

Please sign in to comment.