Skip to content

Commit 44e5743

Browse files
committed
Rmoving comma
1 parent 2faa230 commit 44e5743

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-central.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Enforce project version ${{ github.event.inputs.tag }}
3131
run: mvn versions:set -B -DnewVersion="${{ github.event.inputs.tag }}"
3232
- name: Deploy
33-
run: mvn deploy -B -DskipTests -Psign,deploy-central --no-transfer-progress
33+
run: mvn deploy -B -DskipTests -Psign -Pdeploy-central --no-transfer-progress
3434
env:
3535
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
3636
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

.github/workflows/publish-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Enforce project version ${{ github.event.release.tag_name }}
2323
run: mvn versions:set -B -DnewVersion="${{ github.event.release.tag_name }}"
2424
- name: Deploy
25-
run: mvn deploy -B -DskipTests -Psign,deploy-github --no-transfer-progress
25+
run: mvn deploy -B -DskipTests -Psign -Pdeploy-github --no-transfer-progress
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
MAVEN_GPG_PASSPHRASE: ${{ secrets.RELEASES_GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)