Skip to content

Commit 469d8d9

Browse files
committed
Use canary tag
1 parent 45e28a5 commit 469d8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmd-publish-pr-on-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
fs.writeFileSync('./replyMessage.txt', replyMessage.trim(), 'utf-8');
106106
107107
- name: Publish NPM package
108-
run: npm publish --ignore-scripts ./npmDist
108+
run: npm publish --ignore-scripts ./npmDist --tag canary
109109
env:
110110
NODE_AUTH_TOKEN: ${{ secrets.NPM_CANARY_PR_PUBLISH_TOKEN }}
111111

0 commit comments

Comments
 (0)