We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ac43d4 + 887fcbf commit 9d147e0Copy full SHA for 9d147e0
1 file changed
.github/workflows/publish.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- name: Publish (prerelease)
57
if: steps.branch.outputs.is_main == 'false'
58
- run: rush publish --publish --tag ${{ steps.branch.outputs.name }} --include-all --set-access-level=public --apply
+ run: rush publish --publish --tag ${{ steps.branch.outputs.name }} --set-access-level=public --apply
59
60
- name: Commit version bumps
61
run: |
0 commit comments