We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be79f6 commit 11d49d6Copy full SHA for 11d49d6
1 file changed
.github/workflows/preview-release.yml
@@ -90,8 +90,8 @@ jobs:
90
- name: Publishing preview releases to npm registry
91
run: |
92
PREVIEW_TAG=$(echo "$BRANCH_NAME" | sed -e 's/^preview\///')
93
- pnpm changeset version --snapshot ${PREVIEW_TAG}
94
- pnpm changeset publish --tag ${PREVIEW_TAG}
+ yarn changeset version --snapshot ${PREVIEW_TAG}
+ yarn changeset publish --tag ${PREVIEW_TAG}
95
env:
96
GITHUB_TOKEN: ${{ steps.generate_github_token.outputs.token }}
97
BRANCH_NAME: ${{ steps.comment-branch.outputs.head_ref }}
0 commit comments