From 588875f674d09a24517ade4890a2095f4ae9e4a3 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 01:23:30 +0800 Subject: [PATCH] =?UTF-8?q?ci(keepass):=20ci(keepass):=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=20CD=20=E9=85=8D=E7=BD=AE=20|=20Optimize=20CD=20confi?= =?UTF-8?q?guration.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- .github/workflows/release-please.yml | 2 +- package.json | 2 +- public/keeweb/plugins/siyuan/manifest.json | 2 +- public/plugin.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d690b6..1638620 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,7 +76,7 @@ jobs: run: | cd $GITHUB_WORKSPACE cd $PACKAGE_PATH - echo ${{ secrets.KEEWEB_PLUGIN_SIGNATURE_PRIVATE_KEY }} >> ./keys/keeweb-plugin-sign.pem.key + echo "${{ secrets.KEEWEB_PLUGIN_SIGNATURE_PRIVATE_KEY }}" > ./keys/keeweb-plugin-sign.pem.key pnpm build rm ./keys/keeweb-plugin-sign.pem.key diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 374a27d..1056fb0 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.2 + PACKAGE_VERSION: 0.1.3 jobs: release-please: diff --git a/package.json b/package.json index 90ca5be..7b76340 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "keepass", "private": true, - "version": "0.1.2", + "version": "0.1.3", "type": "module", "scripts": { "dev": "vite", diff --git a/public/keeweb/plugins/siyuan/manifest.json b/public/keeweb/plugins/siyuan/manifest.json index ff63f9d..781c6cb 100644 --- a/public/keeweb/plugins/siyuan/manifest.json +++ b/public/keeweb/plugins/siyuan/manifest.json @@ -1,5 +1,5 @@ { - "version": "0.1.2", + "version": "0.1.3", "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 8c78b2c..d93f531 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.2", + "version": "0.1.3", "minAppVersion": "2.10.3", "backends": [ "all"