Skip to content

Commit

Permalink
Update release-on-maven-central.yml
Browse files Browse the repository at this point in the history
Added trigger to publish on published event as the tag event is not being triggered when publishing a release anymore
  • Loading branch information
shannah authored Jan 24, 2025
1 parent 253d0de commit f79355d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-on-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ name: Release on Maven Central
on:
push:
tags: '*'
release:
types: [published]
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f79355d

Please sign in to comment.