Skip to content

Commit aca47f4

Browse files
committed
Release v1.7.0
1 parent f4e9002 commit aca47f4

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
@@ -22,7 +22,7 @@ runs:
2222
with:
2323
node-version: "20.16.0"
2424
- name: Install qiita-cli
25-
run: npm install -g @qiita/qiita-cli@v1.6.2
25+
run: npm install -g @qiita/qiita-cli@v1.7.0
2626
shell: bash
2727
- name: Publish articles
2828
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.6.2",
3+
"version": "1.7.0",
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)