We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5790dbb commit 9d13596Copy full SHA for 9d13596
1 file changed
.github/workflows/publish-packages.yml
@@ -19,6 +19,9 @@ 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: GPG_PASSPHRASE
24
+
25
- name: Build and publish with Maven
26
run: mvn --batch-mode deploy -Prelease --file PgBulkInsert/pom.xml -DskipTests
27
env:
0 commit comments