;ci: release: fix tag patterns

This commit is contained in:
Simon Michael 2021-07-03 14:35:48 -10:00
parent 741662ac97
commit bd4dcc2a0a

View File

@ -10,7 +10,11 @@ name: release
# also: "The action does not seem to work for tags created before the workflow."
on:
push:
tags: [ '[0-9]*', 'r[0-9]*' ]
tags:
- '[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+-*'
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-*'
jobs:
release: