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:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- 'v*'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
tag:
|
tag:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user