Skip to content

Commit 685141e

Browse files
committed
ci: updated the maven publish command in ci
1 parent ad48379 commit 685141e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: mvn -version
3030

3131
- name: Publish to Central Portal
32-
run: mvn -B -e clean deploy -Pdeploy -Drevision=${{ github.event.inputs.packageVersion }}
32+
run: mvn -B -e clean deploy -Pdeploy
3333
env:
3434
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
3535
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }} # Central Portal token

0 commit comments

Comments
 (0)