Skip to content

Commit 29f5a84

Browse files
authored
Fix skip tests
1 parent 906ce19 commit 29f5a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
REVISION: ${{ github.event.inputs.revision }}
9898

9999
- name: "Deploy ${{ github.event.inputs.revision }}"
100-
run: mvn deploy -DskipTest -Ppublish -Drevision=${REVISION} --batch-mode
100+
run: mvn deploy -DskipTests -Ppublish -Drevision=${REVISION} --batch-mode
101101
env:
102102
REVISION: ${{ github.event.inputs.revision }}
103103
MAVEN_USERNAME: ${{ secrets.CENTRAL_SONATYPE_TOKEN_USERNAME }}

0 commit comments

Comments
 (0)