Skip to content

Commit e40dc6c

Browse files
authored
update plugin ID to fix install on BRAT (#168)
1 parent 9f239d3 commit e40dc6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-obsidian.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ jobs:
128128
if [ -f "temp-repo/manifest.json" ]; then
129129
jq '.version = "${{ github.event.inputs.version }}"' temp-repo/manifest.json > temp.json && mv temp.json temp-repo/manifest.json
130130
echo "Updated manifest.json with version ${{ github.event.inputs.version }}"
131+
# Update the plugin ID
132+
jq '.id = "discourse-graphs"' temp-repo/manifest.json > temp.json && mv temp.json temp-repo/manifest.json
133+
echo "Updated manifest.json with compatible plugin ID: discourse-graphs"
134+
131135
else
132136
echo "ERROR: manifest.json not found in temp-repo!"
133137
exit 1

0 commit comments

Comments
 (0)