From 8e3e59935f234610bb0e7946590cf85bb34dfad8 Mon Sep 17 00:00:00 2001 From: John Mavrick Date: Wed, 20 Dec 2023 20:33:56 -0800 Subject: [PATCH] update release plugin folder --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a1d573c..b5a8203 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,18 +7,17 @@ on: - "*" # Push events to matching any tag format, i.e. 1.0, 20.15.10 env: - PLUGIN_NAME: obsidian-intelligence # Change this to the name of your plugin-id folder + PLUGIN_NAME: intelligence # Change this to the name of your plugin-id folder jobs: build: runs-on: ubuntu-latest - steps: - uses: actions/checkout@v2 - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: "21.1.0" # You might need to adjust this value to your own version + node-version: "18.16" # You might need to adjust this value to your own version - name: Build id: build run: |