mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 00:36:14 +02:00

[BUGFIX] Only publish to the TER if the tag is a valid version number (#329)

Tags named like `test-tag` should not trigger a TER releasen, but only
valid version numbers in the format major.minor.bugfix.

Fixes #327
This commit is contained in:
Oliver Klee 2021-11-03 01:07:00 +01:00 committed by GitHub
parent 696ec68eb0
commit 19f3820d0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -3,7 +3,7 @@ name: Publish
on: on:
push: push:
tags: tags:
- "**" - 'v[0-9]+.[0-9]+.[0-9]+'
jobs: jobs:
publish: publish:

View file

@ -15,6 +15,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Removed ### Removed
### Fixed ### Fixed
- Only publish to the TER if the tag is a valid version number (#329)
## 1.0.0 ## 1.0.0