Skip to content

Commit

Permalink
Modify release workflow to use npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jan 15, 2025
1 parent 35b85cc commit f82a9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: "20"
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm install
- run: npm test
- if: ${{ github.event.release.tag_name != '' && env.NPM_PUBLISH_TAG != '' }}
run: npm publish --provenance --access=public --tag=${{ env.NPM_PUBLISH_TAG }}
Expand Down

0 comments on commit f82a9b6

Please sign in to comment.