Skip to content

Commit

Permalink
Update publish-npm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmos-explorer committed Jan 23, 2024
1 parent 8742e68 commit 57b6340
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ jobs:

- run: npm ci

- run: |
npm run build
ls
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- run: ls
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 57b6340

Please sign in to comment.