Skip to content

Commit

Permalink
fix: plugin naming to align with community recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
YPetremann committed Jul 14, 2023
1 parent de22f68 commit 840af4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
contents: "write"

env:
PLUGIN_NAME: obsidian-ruled-template # Change this to match the id of your plugin.
PLUGIN_NAME: ruled-template # Change this to match the id of your plugin.

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "obsidian-ruled-template",
"id": "ruled-template",
"name": "Ruled template",
"version": "1.0.0",
"minAppVersion": "0.15.0",
Expand Down

0 comments on commit 840af4f

Please sign in to comment.