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 a593a29 commit 0c90e24Copy full SHA for 0c90e24
.github/workflows/publish-package.yml
@@ -36,5 +36,4 @@ jobs:
36
run: npm install -g npm@latest
37
- name: Publish package
38
run: |
39
- npm publish --access public
40
- npm dist-tag add @yuito-it/qiita-cli@${RELEASED_PACKAGE_VERSION} fork
+ npm publish --access public --tag fork
0 commit comments