Skip to content

Commit a9acd98

Browse files
committed
Release v1.0.0
1 parent 9e20e96 commit a9acd98

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

actions/publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
with:
1515
node-version: "18.16.0"
1616
- name: Install qiita-cli
17-
run: npm install -g @qiita/qiita-cli@v0.7.0
17+
run: npm install -g @qiita/qiita-cli@v1.0.0
1818
shell: bash
1919
- name: Publish articles
2020
run: qiita publish --all

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": "0.7.0",
3+
"version": "1.0.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"

src/commands/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v3
2828
with:
2929
fetch-depth: 0
30-
- uses: increments/qiita-cli/actions/publish@v0
30+
- uses: increments/qiita-cli/actions/publish@v1
3131
with:
3232
qiita-token: \${{ secrets.QIITA_TOKEN }}
3333
`;

0 commit comments

Comments
 (0)