Skip to content

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Dec 6, 2020
1 parent 92dab72 commit 657386e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Copy package.json
run: cp package.json dist/package.json

- env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish
run: cd dist && npm publish --access public
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 657386e

Please sign in to comment.