We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 518f65a commit 8bf123aCopy full SHA for 8bf123a
1 file changed
.github/workflows/release.yml
@@ -5,14 +5,15 @@
5
name: Release
6
7
on:
8
- create:
+ push:
9
tags:
10
- - '*'
+ - 'v[0-9]+.[0-9]+.[0-9]+'
11
+ - 'v[0-9]+.[0-9]+.[0-9]+-*'
12
workflow_dispatch:
13
14
jobs:
15
test:
- uses: ./.github/workflows/test.yaml
16
+ uses: ./.github/workflows/test.yml
17
18
# Publishing steps to both the Github Packages and the Sonatype
19
publishjars:
0 commit comments