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