File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 3636 run : npm install -g npm@latest
3737 - name : Publish package
3838 run : |
39- npm publish --access public --tag fork
40- npm dist-tag add @unipro-tech/qiita-cli@fork latest
39+ npm publish --access public --tag latest
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ npx qiita version
7575Qiita CLI をアップデートする場合は以下のコマンドを実行します。
7676
7777``` console
78- npm install @unipro-tech/qiita-cli@fork
78+ npm install @unipro-tech/qiita-cli@latest
7979```
8080
8181## Qiita CLI のセットアップ方法について
Original file line number Diff line number Diff line change 2222 with :
2323 node-version : " 20.16.0"
2424 - name : Install qiita-cli
25- run : npm install -g @unipro-tech/qiita-cli@fork
25+ run : npm install -g @unipro-tech/qiita-cli@latest
2626 shell : bash
2727 - name : Publish articles
2828 run : qiita publish --all --root ${{ inputs.root }}
You can’t perform that action at this time.
0 commit comments