Skip to content

Commit bbc33dd

Browse files
committed
Use canary tag
1 parent 0ea9241 commit bbc33dd

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
@@ -108,7 +108,7 @@ jobs:
108108
fs.writeFileSync('./replyMessage.txt', replyMessage.trim());
109109
110110
- name: Publish NPM package
111-
run: npm publish --ignore-scripts ./npmDist
111+
run: npm publish --ignore-scripts ./npmDist --tag canary
112112
env:
113113
NODE_AUTH_TOKEN: ${{ secrets.npm_canary_pr_publish_token }}
114114

0 commit comments

Comments
 (0)