coddingtonbear / obsidian-local-rest-api

Unlock your automation needs by interacting with your notes in Obsidian over a secure REST API.
MIT License
607 stars 56 forks source link

[Bug] Failed to upgrade/install on the obsidian community plugin page #25

Closed kaiiiz closed 2 years ago

kaiiiz commented 2 years ago

Thanks for the bug fixes in the latest release. However, the plugin install page can't work anymore. I'm not sure what problem it is since the developer console only shows 404 not found.

image

I suspect that there are two possible reasons:

  1. The release branch name should be master instead of main according to the Official Release Guides. It seems that the setting of community-plugin repo doesn't specify branch property, so it uses the default branch setting (master). However, Github may redirect the master branch to the main branch, so I'm not sure whether this is the root cause.
  2. The release name inconsistency. As mentioned in the latest release, there is no release version 1.3.7 in the Github repo, but the community plugin page shows that the latest version of the plugin is 1.3.7.
coddingtonbear commented 2 years ago

Oh, no, the branch name doesn't matter, actually -- I've been using main since the beginning of the project without trouble. What is wrong is that I didn't quite perform the release steps correctly because I was in a bit of a rush and the release steps for this particular project are a little weird compared to my others.

I've just a moment ago kicked-off a new build & am fairly sure that'll fix things up.

coddingtonbear commented 2 years ago

Just a moment ago found a minute to verify that this particular build did succeed & is installable; I think we're ok now!