Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
frostime committed May 18, 2023
1 parent 2c6b5c5 commit 213a473
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Install dependencies
- name: Install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install --no-frozen-lockfile

# Build for production, 这一步会生成一个 package.zip
- name: Build for production
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2023-05-18] v1.0.3

修复一些 bug

## [2023-05-18] v1.0.2

- [x] 重构设置面板代码
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"en_US": "Daily Note Today"
},
"url": "https://github.com/frostime/siyuan-dailynote-today",
"version": "1.0.2",
"version": "1.0.3",
"description": {
"zh_CN": "1. 启动思源笔记之后,自动开启今天的笔记\n2. 工具栏提供下拉框,快速查看今天的笔记并打开\n3. atrl+右键选择块,可以将块移动到别的笔记文档下",
"en_US": "1. After starting siyuan-note, automatically open today's notes\n2. The toolbar provides a drop-down box to quickly view today's notes and open them\n3. atrl+right click to select the block, you can move the block to daily note under another notebook"
Expand Down

0 comments on commit 213a473

Please sign in to comment.