diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7187687..50eccb6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,7 +3,7 @@ name: Publish on: push: tags: - - "**" + - 'v[0-9]+.[0-9]+.[0-9]+' jobs: publish: diff --git a/CHANGELOG.md b/CHANGELOG.md index ce860fa..2b47826 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Removed ### Fixed +- Only publish to the TER if the tag is a valid version number (#329) ## 1.0.0