We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d6da1 commit fb31eb0Copy full SHA for fb31eb0
.github/workflows/ci.yml
@@ -70,10 +70,10 @@ jobs:
70
if: steps.determine_tag.outputs.tag != ''
71
run: |
72
echo "Publishing to ${{ steps.determine_tag.outputs.tag }} tag"
73
- pnpm publish --tag ${{ steps.determine_tag.outputs.tag }}
+ pnpm publish --tag ${{ steps.determine_tag.outputs.tag }} --publish-branch main
74
75
- name: Publish to latest
76
if: steps.determine_tag.outputs.tag == ''
77
78
echo "Publishing to latest"
79
- pnpm publish
+ pnpm publish --publish-branch main
pnpm-workspace.yaml
@@ -1,6 +1,3 @@
1
packages:
2
- 'site'
3
- '.'
4
-
5
-publish:
6
- branch: main
0 commit comments