Skip to content

Commit 7333b7e

Browse files
committed
fix publish snap wf
1 parent 55ea75b commit 7333b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
server-username: SONATYPE_USERNAME
3030
server-password: SONATYPE_TOKEN
3131
- name: Publish SNAPSHOT to sonatype central with Apache Maven
32-
run: mvn --batch-mode deploy -P deploy-to-sonatype
32+
run: mvn --batch-mode deploy
3333
env:
3434
SONATYPE_USERNAME: ${{ secrets.OSSRH_USERNAME }}
3535
SONATYPE_TOKEN: ${{ secrets.OSSRH_TOKEN }}

0 commit comments

Comments
 (0)