Skip to content

Commit

Permalink
Merge pull request #166 from increments/release-v1.4.3
Browse files Browse the repository at this point in the history
Release v1.4.3
  • Loading branch information
ohakutsu authored Jul 17, 2024
2 parents 3cba960 + 3377bb5 commit 5eaff58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
with:
node-version: "20.12.2"
- name: Install qiita-cli
run: npm install -g @qiita/qiita-cli@v1.4.2
run: npm install -g @qiita/qiita-cli@v1.4.3
shell: bash
- name: Publish articles
run: qiita publish --all --root ${{ inputs.root }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiita/qiita-cli",
"version": "1.4.2",
"version": "1.4.3",
"description": "Qiita CLI is a tool that allows you to write, preview and publish articles on Qiita from local environment.",
"keywords": [
"Qiita"
Expand Down

0 comments on commit 5eaff58

Please sign in to comment.