Update sonatype-release trigger (#132)
Switching to using release drafter means the Releases are created early but in a draft mode. This somehow doesn't trigger this action, which was a good thing. However, when the release was published it didn't trigger the workflow, meaning the release wasn't published.
This commit is contained in:
parent
42dde29e3e
commit
150740ca89
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:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [created]
|
types: [published]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in a new issue