Skip to content

Commit

Permalink
Skip test in release test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnksv committed Feb 17, 2023
1 parent 16ead39 commit 8c21e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
fi
mvn versions:set --no-transfer-progress -DnewVersion=$RELEASE_VERSION
- name: Deploy with Maven
run: mvn clean deploy -P build-javadoc-and-sources,release --batch-mode --no-transfer-progress
run: mvn clean deploy -P build-javadoc-and-sources,release -Dmaven.test.skip=true --batch-mode --no-transfer-progress
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}

0 comments on commit 8c21e20

Please sign in to comment.