File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -190,14 +190,11 @@ jobs:
190190 if : startswith(github.ref, 'refs/tags/v') && !contains(env.PARENT_VERSION, '-SNAPSHOT')
191191 run : |
192192 echo "DEPLOY_OSSRH=true" >> $GITHUB_ENV
193- - name : Install jars
194- if : env.DEPLOY_OSSRH == 'true'
195- run : ./mvnw install -DskipTests -B -q
196193 - name : Publish to ossrh
197194 if : env.DEPLOY_OSSRH == 'true'
198195 run : |
199196 echo ${{ secrets.GPG_PRIVATE_KEY }} | base64 -d > private-key.gpg
200197 export GPG_TTY=$(tty)
201198 gpg --batch --import private-key.gpg
202- ./mvnw -V -B -Dgpg.skip=false -s settings.xml deploy
199+ ./mvnw -V -B -Dgpg.skip=false -DskipTests - s settings.xml deploy
203200 curl -X POST https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/io.dapr
You can’t perform that action at this time.
0 commit comments