mirror of
https://github.com/keathmilligan/obsidian-paste-reformatter.git
synced 2026-07-22 05:43:44 +00:00
Update release.yml
This commit is contained in:
parent
4c8217ace6
commit
ecffc1e750
1 changed files with 6 additions and 0 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -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:
|
||||
- "*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue