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.
1 parent 39d7de0 commit cf62f80Copy full SHA for cf62f80
.github/workflows/push-preview-release.yml
@@ -67,7 +67,7 @@ jobs:
67
run: yarn build
68
69
- name: Publish npm packages
70
- run: lerna exec --scope @microsoft/* -- "npm publish --access=public"
+ run: lerna exec --scope @microsoft/* -- "npm publish --tag preview --access=public"
71
env:
72
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
73
0 commit comments