Skip to content

Commit

Permalink
fix: add missing install step in release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Correa Casablanca <[email protected]>
  • Loading branch information
castarco committed Feb 16, 2024
1 parent bf1b8ac commit a1e26c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- run: pnpm publish --provenance --no-git-checks
env:
NPM_CONFIG_PROVENANCE: 'true'
Expand Down

0 comments on commit a1e26c1

Please sign in to comment.