From 5ed38d2dd54c532831e2f0de6682a4d5683a0e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A2=96=E9=80=B8?= <49649786+Zuoqiu-Yingyi@users.noreply.github.com> Date: Sun, 22 Oct 2023 00:25:10 +0800 Subject: [PATCH 1/2] =?UTF-8?q?cd(keepass):=20=E4=BC=98=E5=8C=96=20CD=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=20|=20Optimize=20CD=20configuration.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 591d9c8..2ee00ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,7 +76,9 @@ jobs: run: | cd $GITHUB_WORKSPACE cd $PACKAGE_PATH + echo ${{ secrets.KEEWEB_PLUGIN_SIGNATURE_PRIVATE_KEY }} >> ./keys/keeweb-plugin-sign-private-key.pem pnpm build + rm ./keys/keeweb-plugin-sign-private-key.pem # Deploy to publish branch # REF https://github.com/marketplace/actions/github-pages From 1521276ff4155bb59e767a3f8791d9dfdc1bf3c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A2=96=E9=80=B8?= <49649786+Zuoqiu-Yingyi@users.noreply.github.com> Date: Sun, 22 Oct 2023 00:29:18 +0800 Subject: [PATCH 2/2] chore(keepass): release v0.1.1 --- .github/workflows/release-please.yml | 2 +- package.json | 2 +- public/keeweb/plugins/siyuan/manifest.json | 2 +- public/plugin.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index dde8bca..64d35a3 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -14,7 +14,7 @@ permissions: env: PACKAGE_NAME: keepass - PACKAGE_VERSION: 0.1.0 + PACKAGE_VERSION: 0.1.1 jobs: release-please: diff --git a/package.json b/package.json index d663320..159e148 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "keepass", "private": true, - "version": "0.1.0", + "version": "0.1.1", "type": "module", "scripts": { "dev": "vite", diff --git a/public/keeweb/plugins/siyuan/manifest.json b/public/keeweb/plugins/siyuan/manifest.json index d9ee9f1..7f7cdc2 100644 --- a/public/keeweb/plugins/siyuan/manifest.json +++ b/public/keeweb/plugins/siyuan/manifest.json @@ -1,5 +1,5 @@ { - "version": "0.1.0", + "version": "0.1.1", "manifestVersion": "0.1.0", "name": "siyuan", "description": "Establish a connection between KeeWeb and SiYuan", diff --git a/public/plugin.json b/public/plugin.json index d3171a5..7e201f5 100644 --- a/public/plugin.json +++ b/public/plugin.json @@ -2,7 +2,7 @@ "name": "keepass", "author": "Zuoqiu Yingyi", "url": "https://github.com/Zuoqiu-Yingyi/siyuan-plugin-keepass", - "version": "0.1.0", + "version": "0.1.1", "minAppVersion": "2.10.3", "backends": [ "all"