try to fix mvn deploy stage in release yml (#2493)
Signed-off-by: strailov <Stanislav.Trailov@bosch.io>
This commit is contained in:
committed by
GitHub
parent
3ca5669869
commit
8ca563998d
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -94,7 +94,7 @@ jobs:
|
||||
REVISION: ${{ github.event.inputs.revision }}
|
||||
|
||||
- name: Deploy
|
||||
run: mvn deploy -Ppublish -DskipTests -Drevision=${REVISION} --batch-mode
|
||||
run: mvn deploy -Ppublish -DskipTests -Drevision=${REVISION} --batch-mode javadoc:jar
|
||||
env:
|
||||
REVISION: ${{ github.event.inputs.revision }}
|
||||
MAVEN_USERNAME: ${{ secrets.CENTRAL_SONATYPE_TOKEN_USERNAME }}
|
||||
|
||||
Reference in New Issue
Block a user