mirror of
https://github.com/lostpaul/obsidian-folder-notes.git
synced 2026-07-22 07:40:24 +00:00
Merge branch 'main' of https://github.com/LostPaul/obsidian-folder-notes
This commit is contained in:
commit
c1d9fbca7f
3 changed files with 3 additions and 3 deletions
2
.github/workflows/beta-release.yaml
vendored
2
.github/workflows/beta-release.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue