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 0ea9241 commit bbc33ddCopy full SHA for bbc33dd
.github/workflows/cmd-publish-pr-on-npm.yml
@@ -108,7 +108,7 @@ jobs:
108
fs.writeFileSync('./replyMessage.txt', replyMessage.trim());
109
110
- name: Publish NPM package
111
- run: npm publish --ignore-scripts ./npmDist
+ run: npm publish --ignore-scripts ./npmDist --tag canary
112
env:
113
NODE_AUTH_TOKEN: ${{ secrets.npm_canary_pr_publish_token }}
114
0 commit comments