Rename & clean up
This commit is contained in:
parent
08da52cce8
commit
7778ed894f
2 changed files with 3 additions and 9 deletions
|
|
@ -1,14 +1,10 @@
|
||||||
name: Release Obsidian plugin
|
name: Release Obsidian plugin
|
||||||
|
|
||||||
# on:
|
|
||||||
# push:
|
|
||||||
# tags:
|
|
||||||
# - "*"
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["master"]
|
tags:
|
||||||
pull_request:
|
- "*"
|
||||||
branches: ["master"]
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
||||||
|
|
@ -32,9 +28,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build plugin
|
- name: Build plugin
|
||||||
run: |
|
run: |
|
||||||
pwd
|
|
||||||
cd plugin
|
cd plugin
|
||||||
pwd
|
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue