Skip to content

Commit 385ddf3

Browse files
author
fengyikai
committed
Initial commit
1 parent daffd2a commit 385ddf3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ jobs:
6262
MAVEN_USERNAME: ${{ secrets.mvn_central_portal_user_name }}
6363
MAVEN_PASSWORD: ${{ secrets.mvn_central_portal_password }}
6464
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
65-
run: mvn clean deploy --batch-mode -Dmaven.skip.Test=true
65+
run: mvn clean deploy --batch-mode -Dmaven.skip.Test=true

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,4 +241,4 @@
241241
</repository>
242242
</distributionManagement>
243243

244-
</project>
244+
</project>

0 commit comments

Comments
 (0)