Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
acronhub committed Aug 4, 2023
1 parent 9e20e96 commit a9acd98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
with:
node-version: "18.16.0"
- name: Install qiita-cli
run: npm install -g @qiita/qiita-cli@v0.7.0
run: npm install -g @qiita/qiita-cli@v1.0.0
shell: bash
- name: Publish articles
run: qiita publish --all
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": "0.7.0",
"version": "1.0.0",
"description": "Qiita CLI is a tool that allows you to write, preview and publish articles on Qiita from local environment.",
"keywords": [
"Qiita"
Expand Down
2 changes: 1 addition & 1 deletion src/commands/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: increments/qiita-cli/actions/publish@v0
- uses: increments/qiita-cli/actions/publish@v1
with:
qiita-token: \${{ secrets.QIITA_TOKEN }}
`;
Expand Down

0 comments on commit a9acd98

Please sign in to comment.