update release plugin folder
This commit is contained in:
parent
b634950b14
commit
8e3e59935f
|
@ -7,18 +7,17 @@ on:
|
||||||
- "*" # Push events to matching any tag format, i.e. 1.0, 20.15.10
|
- "*" # Push events to matching any tag format, i.e. 1.0, 20.15.10
|
||||||
|
|
||||||
env:
|
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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js
|
- name: Use Node.js
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
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
|
- name: Build
|
||||||
id: build
|
id: build
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue