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
51a32d350e
2 changed files with 6 additions and 9 deletions
13
.github/workflows/release.yaml
vendored
13
.github/workflows/release.yaml
vendored
|
|
@ -45,15 +45,12 @@ jobs:
|
|||
git commit -m "Update manifest.json to version $VERSION" || echo "No changes to commit"
|
||||
git push origin main
|
||||
|
||||
# Switch back to the original branch ONLY if not 'main'
|
||||
- name: Checkout original branch (if not main)
|
||||
|
||||
- name: Ensure HEAD is at updated main commit
|
||||
run: |
|
||||
if [ "${{ env.BRANCH_NAME }}" != "main" ]; then
|
||||
git checkout "${{ env.BRANCH_NAME }}"
|
||||
git pull origin "${{ env.BRANCH_NAME }}"
|
||||
else
|
||||
echo "Already on main branch; skipping checkout."
|
||||
fi
|
||||
git fetch origin
|
||||
git checkout main
|
||||
git reset --hard origin/main
|
||||
|
||||
- name: npm build
|
||||
run: |
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "folder-notes",
|
||||
"name": "Folder notes",
|
||||
"version": "1.8.7",
|
||||
"version": "1.8.8",
|
||||
"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