Skip to content

Commit f79355d

Browse files
authored
Update release-on-maven-central.yml
Added trigger to publish on published event as the tag event is not being triggered when publishing a release anymore
1 parent 253d0de commit f79355d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-on-maven-central.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ name: Release on Maven Central
55
on:
66
push:
77
tags: '*'
8+
release:
9+
types: [published]
810
jobs:
911
build:
1012
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)