Rename & clean up

This commit is contained in:
Andras Schmelczer 2025-01-02 15:43:20 +00:00
parent 08da52cce8
commit 7778ed894f
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 3 additions and 9 deletions

View file

@ -1,14 +1,10 @@
name: Release Obsidian plugin
# on:
# push:
# tags:
# - "*"
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
tags:
- "*"
env:
CARGO_TERM_COLOR: always
@ -32,9 +28,7 @@ jobs:
- name: Build plugin
run: |
pwd
cd plugin
pwd
npm install
npm run build