ci: restore quoted tag pattern 'v*' for Gitea 1.22 compatibility
This commit is contained in:
parent
bdfda49853
commit
8f18cfa3be
@ -3,7 +3,7 @@ name: Release
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- v*
|
||||
- 'v*'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
tag:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user