diff --git a/.github/workflows/beta-release.yaml b/.github/workflows/beta-release.yaml index fe8ba84..3ec1dae 100644 --- a/.github/workflows/beta-release.yaml +++ b/.github/workflows/beta-release.yaml @@ -60,7 +60,7 @@ jobs: - name: npm build run: | npm install - npm run build --if-present + npm run fn-build --if-present - name: Set Release Name run: echo "RELEASE_NAME=${{ env.RELEASE_VERSION }}" >> $GITHUB_ENV diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0fc4630..ed60d40 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -48,7 +48,7 @@ jobs: - name: npm build run: | npm install - npm run build --if-present + npm run fn-build --if-present - name: Create Plugin release uses: ncipollo/release-action@v1.12.0 diff --git a/manifest-beta.json b/manifest-beta.json index d3ffc29..297a3fe 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "folder-notes", "name": "Folder notes beta", - "version": "1.7.30-16-beta", + "version": "1.7.30-18-beta", "minAppVersion": "0.15.0", "description": "Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.", "author": "Lost Paul",