Skip to content

Commit

Permalink
bun -> pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlovdog committed Nov 29, 2024
1 parent 4918b59 commit 87421de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Create Version Pull Request
uses: changesets/action@v1
with:
version: bun run changeset:version
version: pnpm run changeset:version
commit: 'chore: version package'
title: 'chore: version package'
env:
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Publish to NPM
uses: changesets/action@v1
with:
publish: bun run changeset:release
publish: pnpm run changeset:release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_ORG_PIMLICO_UTILS_TOKEN }}

0 comments on commit 87421de

Please sign in to comment.