We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405f87c commit 1874ffdCopy full SHA for 1874ffd
1 file changed
.github/workflows/release.yml
@@ -1,11 +1,13 @@
1
# This workflow will build a Java project with Maven
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
3
4
-name: Stage release to Maven Central
+name: Publish release to Maven Central
5
6
on:
7
push:
8
branches: [ release ]
9
+ tags:
10
+ - 'v[0-9]+.[0-9]+.[0-9]+.RELEASE'
11
12
jobs:
13
release:
0 commit comments