Skip to content

Commit

Permalink
Update action.yml (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
poovamraj authored Dec 7, 2023
1 parent 3fc060c commit f75cb77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/publish-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ runs:
cache: 'npm'
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
shell: bash
run: npm ci

- name: Publish release to NPM
run: npm publish
shell: bash
Expand Down

0 comments on commit f75cb77

Please sign in to comment.