update release workflow
This commit is contained in:
parent
b11df1b888
commit
fe86644c75
|
@ -1,13 +1,15 @@
|
|||
name: Build obsidian plugin
|
||||
|
||||
on:
|
||||
push:
|
||||
# Sequence of patterns matched against refs/tags
|
||||
tags:
|
||||
- "*" # 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
|
||||
|
||||
jobs:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
|
Loading…
Reference in New Issue