Skip to content

Commit df27ebc

Browse files
authored
Merge pull request #89 from increments/release-v1.3.1
Release v1.3.1
2 parents 870eb43 + 09f97f7 commit df27ebc

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: "18.16.0"
2020
- name: Install qiita-cli
21-
run: npm install -g @qiita/qiita-cli@v1.3.0
21+
run: npm install -g @qiita/qiita-cli@v1.3.1
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.3.0",
3+
"version": "1.3.1",
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)