Skip to content

Commit cf62f80

Browse files
authored
chore: adding preview tag to preview release workflow (#2097)
1 parent 39d7de0 commit cf62f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-preview-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: yarn build
6868

6969
- name: Publish npm packages
70-
run: lerna exec --scope @microsoft/* -- "npm publish --access=public"
70+
run: lerna exec --scope @microsoft/* -- "npm publish --tag preview --access=public"
7171
env:
7272
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
7373

0 commit comments

Comments
 (0)