We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5a2630 commit 60cfb52Copy full SHA for 60cfb52
1 file changed
.github/workflows/publish-packages.yml
@@ -19,6 +19,8 @@ jobs:
19
server-id: central
20
server-username: MAVEN_USERNAME
21
server-password: MAVEN_PASSWORD
22
+ gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
23
+ gpg-passphrase: MAVEN_GPG_PASSPHRASE
24
25
- name: Build and publish with Maven
26
run: mvn --batch-mode clean deploy -DskipTests=true --file PgBulkInsert/pom.xml
0 commit comments