Skip to content

Commit

Permalink
Update npm-publish.yml (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
royNiladri authored Aug 3, 2023
1 parent a483538 commit cb74be9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
- name: Publish
if: steps.check_version.outputs.is_version == 'true'
- run: npm ci
- run: npm publish
run: |
npm ci
npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit cb74be9

Please sign in to comment.