Skip to content

Commit

Permalink
Publish to sonatype when release is published (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
seongahjo authored Aug 10, 2024
1 parent 9637b6b commit 4c592fd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@

name: Publish package to the Maven Central Repository
on:
push:
tags:
- '[0-9]*.[0-9]*.[0-9]*'
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4c592fd

Please sign in to comment.