Skip to content

Commit

Permalink
- Added: GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesb committed Mar 22, 2021
1 parent 021ab27 commit 4df60bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- "*" # Push events to matching any tag format, i.e. 1.0, 20.15.10

env:
PLUGIN_NAME: obsidian-plugin-template # Change this to the name of your plugin-id folder
PLUGIN_NAME: obsidian-incremental-writing # Change this to the name of your plugin-id folder

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion data.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"someConfigData":1,"anotherConfigData":"defaultValue","vimMode":false,"defaultPriority":20}
{"someConfigData":1,"anotherConfigData":"defaultValue","vimMode":true,"defaultPriority":20}
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "incremental-writing-obsidian-plugin",
"id": "obsidian-incremental-writing",
"name": "Obsidian Incremental Writing Plugin",
"description": "Incrementally review notes and blocks over time.",
"isDesktopOnly": false,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "incremental-writing-obsidian-plugin",
"name": "obsidian-incremental-writing",
"author": "Jamesb <[email protected]",
"version": "0.0.1",
"description": "Incrementally review notes and blocks over time.",
Expand Down

0 comments on commit 4df60bf

Please sign in to comment.