Skip to content

Commit c496f6f

Browse files
author
Isaiah Yemitan
committed
refactor: use pnpm instead of yarn
1 parent ee01659 commit c496f6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/preview-release-on-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
BRANCH_NAME=$(echo "${GITHUB_REF#refs/heads/}")
4949
git checkout ${{ github.head_ref }}
50-
yarn changeset version --snapshot ${BRANCH_NAME}
51-
yarn changeset publish --tag ${BRANCH_NAME}
50+
pnpm changeset version --snapshot ${BRANCH_NAME}
51+
pnpm changeset publish --tag ${BRANCH_NAME}
5252
env:
5353
GITHUB_TOKEN: ${{ steps.generate_github_token.outputs.token }}

0 commit comments

Comments
 (0)