Skip to content

Commit

Permalink
ci: install dependencies in publish npm workflow (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Aug 28, 2024
1 parent 29349aa commit 77f0a20
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 @@ -27,6 +27,8 @@ jobs:
run: node script/update-version.js ${{ github.ref_name }}
- name: Confirm Version Updated
run: node -e "if (require('./package.json').version === '0.0.0-development') process.exit(1)"
- name: Install Dependencies
run: npm ci
- name: Obtain OIDC token
id: oidc
run: |
Expand Down

0 comments on commit 77f0a20

Please sign in to comment.