Skip to content

Commit

Permalink
Update publish_npm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjonker-illinois authored Aug 23, 2024
1 parent 2d58b84 commit 6b68e36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
with:
node-version: '22.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm ci
- name: Install to npm
run: npm publish --access public
env:
Expand Down

0 comments on commit 6b68e36

Please sign in to comment.