Skip to content

Commit

Permalink
Update publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysharm committed Mar 13, 2022
1 parent 3b67da4 commit bd2cd8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ jobs:
run: |
cd publish
sh pack.sh
ls -lsrta
cd package
ls -lsrta
npm publish
npm publish *.tgz
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit bd2cd8a

Please sign in to comment.