We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c972602 commit 52ec233Copy full SHA for 52ec233
1 file changed
.github/workflows/publish-packages.yml
@@ -21,7 +21,7 @@ jobs:
21
gpg-passphrase: GPG_PASSPHRASE
22
23
- 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
+ run: mvn release:prepare release:perform -Darguments=-DskipTests=true -f PgBulkInsert/pom.xml -s .github/workflows/maven-settings.xml
25
env:
26
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
27
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
0 commit comments