diff --git a/.github/workflows/auto-build.yml b/.github/workflows/auto-build.yml index fc4e99a..71e92c1 100644 --- a/.github/workflows/auto-build.yml +++ b/.github/workflows/auto-build.yml @@ -19,6 +19,8 @@ jobs: DROPBOX_APP_KEY: ${{secrets.DROPBOX_APP_KEY}} ONEDRIVE_CLIENT_ID: ${{secrets.ONEDRIVE_CLIENT_ID}} ONEDRIVE_AUTHORITY: ${{secrets.ONEDRIVE_AUTHORITY}} + REMOTELYSAVE_WEBSITE: ${{secrets.REMOTELYSAVE_WEBSITE}} + REMOTELYSAVE_CLIENT_ID: ${{secrets.REMOTELYSAVE_CLIENT_ID}} strategy: matrix: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 358394d..5b8f4d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,6 +23,8 @@ jobs: DROPBOX_APP_KEY: ${{secrets.DROPBOX_APP_KEY}} ONEDRIVE_CLIENT_ID: ${{secrets.ONEDRIVE_CLIENT_ID}} ONEDRIVE_AUTHORITY: ${{secrets.ONEDRIVE_AUTHORITY}} + REMOTELYSAVE_WEBSITE: ${{secrets.REMOTELYSAVE_WEBSITE}} + REMOTELYSAVE_CLIENT_ID: ${{secrets.REMOTELYSAVE_CLIENT_ID}} strategy: matrix: diff --git a/manifest-beta.json b/manifest-beta.json index 7f3e133..0a090cb 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "remotely-save", "name": "Remotely Save", - "version": "0.5.1", + "version": "0.5.2", "minAppVersion": "0.13.21", "description": "Yet another unofficial plugin allowing users to synchronize notes between local device and the cloud service.", "author": "fyears", diff --git a/manifest.json b/manifest.json index 7f3e133..0a090cb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "remotely-save", "name": "Remotely Save", - "version": "0.5.1", + "version": "0.5.2", "minAppVersion": "0.13.21", "description": "Yet another unofficial plugin allowing users to synchronize notes between local device and the cloud service.", "author": "fyears", diff --git a/package.json b/package.json index 6eb032f..6c1501c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remotely-save", - "version": "0.5.1", + "version": "0.5.2", "description": "This is yet another sync plugin for Obsidian app.", "scripts": { "dev2": "node esbuild.config.mjs --watch",