Skip to content

Commit

Permalink
fix: 🐛 trigger action (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronConlon committed May 21, 2024
1 parent 5ffb887 commit d27f5cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
node-version: 20.11.0
registry-url: 'https://registry.npmjs.org'
if: ${{ steps.release.outputs.release_created }}

- name: Install pnpm
run: npm install -g pnpm
if: ${{ steps.release.outputs.release_created }}

- name: Install dependencies
run: pnpm ci
run: pnpm install --frozen-lockfile
if: ${{ steps.release.outputs.release_created }}

- run: npm publish
Expand Down

0 comments on commit d27f5cb

Please sign in to comment.