Skip to content

Commit

Permalink
Fix test workflow link in release workflow (#324)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
  • Loading branch information
bestbeforetoday authored Dec 7, 2023
1 parent 518f65a commit 8bf123a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8bf123a

Please sign in to comment.