Skip to content

Commit

Permalink
ci(npm): fix publish flow
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph authored Feb 12, 2022
1 parent 660e183 commit 7758c75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,3 +258,5 @@ jobs:

- name: Publish to NPM
run: npm publish .temp/*-npm-*.tgz
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 7758c75

Please sign in to comment.