Skip to content

Commit

Permalink
Update guidechimp-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
r-brown committed Aug 18, 2023
1 parent 7935fb0 commit 7b9599c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/guidechimp-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:

- name: Publish to npmjs.org
run: |
ls -la -R guidechimp/dist
npm publish guidechimp
cd guidechimp
ls -la -R dist
npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 7b9599c

Please sign in to comment.