Skip to content

Commit cbf541e

Browse files
committed
Skip tests on publish
1 parent ba547d1 commit cbf541e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
REF_NAME: ${{ github.ref_name }}
3636

3737
- name: Publish
38-
run: mvn --batch-mode deploy
38+
run: mvn --batch-mode deploy -DskipTests=true
3939
env:
4040
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
4141
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}

0 commit comments

Comments
 (0)