mirror of
https://github.com/Steffo99/obsidian-file-index.git
synced 2024-11-22 05:04:17 +00:00
Release on any tag instead of v-prefixed ones
This commit is contained in:
parent
64b70d1987
commit
21d236e9ba
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -3,7 +3,7 @@ name: Release Obsidian plugin
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "v*"
|
- "*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue