diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff28334..ee27e04 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,13 +20,13 @@ jobs: with: node-version: "18" - - name: Generate changelog - id: changelog - uses: release-changelog/action@v1.0.0 - with: - repo-token: ${{ secrets.REPO_ACCESS_TOKEN }} - version: ${{ github.ref }} - file: CHANGELOG.md +# - name: Generate changelog +# id: changelog +# uses: release-changelog/action@v1.0.0 +# with: +# repo-token: ${{ secrets.REPO_ACCESS_TOKEN }} +# version: ${{ github.ref }} +# file: CHANGELOG.md - name: Build id: build diff --git a/manifest.json b/manifest.json index c2fdb5d..99826dd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "share-to-notionnext", "name": "Share to NotionNext", - "version": "2.1.1", + "version": "2.1.2", "minAppVersion": "0.0.1", "description": "Shares obsidian md file to notion with notion api for NotionNext web deploy, originally created by EasyChris/obsidian-to-notion.", "author": "EasyChris, jxpeng98", diff --git a/package.json b/package.json index 1e27fe7..b3d6e27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "share-to-notionnext", - "version": "2.1.1", + "version": "2.1.2", "type": "module", "description": "Shares obsidian md file to notion with notion api for NotionNext web deploy, originally created by EasyChris/obsidian-to-notion.", "main": "main.js",