workflows: fixed(?) release glob
This commit is contained in:
parent
99305cfb5d
commit
2dae2abc4c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/create-release.yaml
vendored
3
.github/workflows/create-release.yaml
vendored
|
@ -3,7 +3,8 @@
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'releases/*'
|
||||
- 'releases/*.*'
|
||||
- 'releases/*.*.*'
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
|
Loading…
Reference in a new issue