Skip to content

Commit

Permalink
fix(ci): use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-bechara committed Mar 29, 2024
1 parent 29b18f8 commit 57dbd4d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/npm_publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@ jobs:
with:
node-version: "lts/*"
- name: Install dependencies
run: npm clean-install
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
run: pnpm i
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
run: pnpx semantic-release

0 comments on commit 57dbd4d

Please sign in to comment.