Skip to content

Commit

Permalink
chore: install changelog with pnpm instead (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmvilas authored Oct 28, 2024
1 parent 90e8459 commit 1c8b94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-with-changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- if: steps.packagejson.outputs.exists == 'true'
name: Install changelog
shell: bash
run: npm install @changesets/[email protected]
run: pnpm install @changesets/[email protected]
- if: steps.packagejson.outputs.exists == 'true'
name: Publish to any of NPM, Github, and Docker Hub
uses: changesets/action@v1
Expand Down

0 comments on commit 1c8b94f

Please sign in to comment.