Trigger sonatype-deploy when release is published (#464)
This commit is contained in:
parent
5cb929e7e4
commit
87bf0f6225
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sonatype-deploy.yml
vendored
2
.github/workflows/sonatype-deploy.yml
vendored
|
@ -2,7 +2,7 @@ name: Deploy to Sonatype Nexus
|
|||
|
||||
on:
|
||||
release:
|
||||
types: [created]
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
Loading…
Reference in a new issue