Fix Release CI for rc tags
All checks were successful
Run Tests on Code / run-tests (push) Successful in 12s
Build and Release Binary File / test (push) Successful in 11s
Build and Release Binary File / build (push) Successful in 22s
Build and Release Binary File / upload-release (push) Successful in 10s

This commit is contained in:
Neshura 2023-12-26 04:28:00 +01:00
parent 48e0446521
commit 285ed25eaf
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -5,7 +5,7 @@ on:
push: push:
tags: tags:
- '[0-9]+.[0-9]+.[0-9]+' - '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+rc[0-9]+' - '[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+'
jobs: jobs:
test: test:
runs-on: docker runs-on: docker