Skip to content

Commit 98422e8

Browse files
committed
Release v1.4.2
1 parent 4f0e2e8 commit 98422e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

actions/publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
with:
1919
node-version: "20.12.2"
2020
- name: Install qiita-cli
21-
run: npm install -g @qiita/qiita-cli@v1.4.1
21+
run: npm install -g @qiita/qiita-cli@v1.4.2
2222
shell: bash
2323
- name: Publish articles
2424
run: qiita publish --all --root ${{ inputs.root }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qiita/qiita-cli",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Qiita CLI is a tool that allows you to write, preview and publish articles on Qiita from local environment.",
55
"keywords": [
66
"Qiita"

0 commit comments

Comments
 (0)