We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 253d0de commit f79355dCopy full SHA for f79355d
.github/workflows/release-on-maven-central.yml
@@ -5,6 +5,8 @@ name: Release on Maven Central
5
on:
6
push:
7
tags: '*'
8
+ release:
9
+ types: [published]
10
jobs:
11
build:
12
runs-on: ubuntu-latest
0 commit comments