Skip to content

Commit 1ab4a29

Browse files
authored
chore: update -X to -x (#340)
1 parent 8e23ba6 commit 1ab4a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Publish to maven
5959
run: |
60-
./gradlew sonatypeCentralUpload -X test
60+
./gradlew sonatypeCentralUpload -x test
6161
env:
6262
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
6363
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}

0 commit comments

Comments
 (0)