Skip to content

Commit

Permalink
fix(preview release): use yarn (#3042)
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronDWall authored Jan 15, 2025
1 parent 7be79f6 commit 11d49d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
- name: Publishing preview releases to npm registry
run: |
PREVIEW_TAG=$(echo "$BRANCH_NAME" | sed -e 's/^preview\///')
pnpm changeset version --snapshot ${PREVIEW_TAG}
pnpm changeset publish --tag ${PREVIEW_TAG}
yarn changeset version --snapshot ${PREVIEW_TAG}
yarn changeset publish --tag ${PREVIEW_TAG}
env:
GITHUB_TOKEN: ${{ steps.generate_github_token.outputs.token }}
BRANCH_NAME: ${{ steps.comment-branch.outputs.head_ref }}
Expand Down

0 comments on commit 11d49d6

Please sign in to comment.