update release workflow

This commit is contained in:
John Mavrick 2023-12-20 20:23:07 -08:00
parent b11df1b888
commit fe86644c75
1 changed files with 69 additions and 67 deletions

View File

@ -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