Run releases workflow on pushing any tag. 'v' prefix not required

Obsidian for some reason cannot pick up plugin assets from releases
made with prefixed tags
This commit is contained in:
Debanjum Singh Solanky
2023-01-04 20:27:56 -03:00
parent 47015ee6cc
commit 4842daca5f

View File

@@ -3,7 +3,7 @@ name: release
on:
push:
tags:
- v*
- "*"
workflow_dispatch:
inputs:
version: