deploy-sonatype - enable manual triggering (#183)
The automated trigger is failing.
This commit is contained in:
parent
b9a315ea5a
commit
b1755f897f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy-sonatype.yml
vendored
1
.github/workflows/deploy-sonatype.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
Loading…
Reference in a new issue