Skip to content

Commit 47268fc

Browse files
committed
update release workflow
skip test on mvn release perform
1 parent 9de24dd commit 47268fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
mvn release:perform -DreleaseVersion=${release_version} \
9898
-DdevelopmentVersion=${release_version}-SNAPSHOT \
9999
-Dusername=${{ secrets.GITHUB_TOKEN }} \
100+
-Darguments="-DskipTests" \
100101
-P sonatype -DscmForceUpdate=true
101102
env:
102103
release_version: ${{ steps.pick_release_version.outputs.version }}

0 commit comments

Comments
 (0)