Update release.yml

This commit is contained in:
Keath Milligan 2025-04-26 14:25:45 -05:00
parent 4c8217ace6
commit ecffc1e750
No known key found for this signature in database
GPG key ID: D98D37E8D3A8825C

View file

@ -1,6 +1,12 @@
name: Release Obsidian plugin
on:
workflow_dispatch:
inputs:
tag:
description: "Tag for the release"
required: true
default: "v1.0.0"
push:
tags:
- "*"