From fb7b42963abcbbb8a4ceb77dab68115f4c390aad Mon Sep 17 00:00:00 2001 From: John Mavrick Date: Wed, 20 Dec 2023 20:38:23 -0800 Subject: [PATCH] revert folder name change --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b5a8203..2f67d89 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: - "*" # Push events to matching any tag format, i.e. 1.0, 20.15.10 env: - PLUGIN_NAME: intelligence # Change this to the name of your plugin-id folder + PLUGIN_NAME: obsidian-intelligence # Change this to the name of your plugin-id folder jobs: build: