update release plugin folder

This commit is contained in:
John Mavrick 2023-12-20 20:33:56 -08:00
parent b634950b14
commit 8e3e59935f
1 changed files with 2 additions and 3 deletions

View File

@ -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: |