Skip to content

Commit 60cfb52

Browse files
committed
Update publish-packages.yml
1 parent b5a2630 commit 60cfb52

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish-packages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
server-id: central
2020
server-username: MAVEN_USERNAME
2121
server-password: MAVEN_PASSWORD
22+
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
23+
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2224

2325
- name: Build and publish with Maven
2426
run: mvn --batch-mode clean deploy -DskipTests=true --file PgBulkInsert/pom.xml

0 commit comments

Comments
 (0)