Skip to content

Commit 52ec233

Browse files
committed
Update publish-packages.yml
1 parent c972602 commit 52ec233

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
gpg-passphrase: GPG_PASSPHRASE
2222

2323
- name: Deploy to Maven Central
24-
run: mvn mvn release:prepare release:perform -Darguments=-DskipTests=true -f PgBulkInsert/pom.xml -s .github/workflows/maven-settings.xml
24+
run: mvn release:prepare release:perform -Darguments=-DskipTests=true -f PgBulkInsert/pom.xml -s .github/workflows/maven-settings.xml
2525
env:
2626
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
2727
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}

0 commit comments

Comments
 (0)