From 8bf123a4fe16445cb61d532cce48bc111e297e16 Mon Sep 17 00:00:00 2001 From: "Mark S. Lewis" Date: Thu, 7 Dec 2023 16:10:20 +0000 Subject: [PATCH] Fix test workflow link in release workflow (#324) Signed-off-by: Mark S. Lewis --- .github/workflows/release.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5dde28c7..a8038c82 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,14 +5,15 @@ name: Release on: - create: + push: tags: - - '*' + - 'v[0-9]+.[0-9]+.[0-9]+' + - 'v[0-9]+.[0-9]+.[0-9]+-*' workflow_dispatch: jobs: test: - uses: ./.github/workflows/test.yaml + uses: ./.github/workflows/test.yml # Publishing steps to both the Github Packages and the Sonatype publishjars: