Skip to content

Commit 51a0ada

Browse files
committed
タグつけるのめんどくなった
1 parent c2ea45a commit 51a0ada

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,4 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ npx qiita version
7575
Qiita 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 のセットアップ方法について

actions/publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
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 }}

0 commit comments

Comments
 (0)