Skip to content

Commit 9d13596

Browse files
committed
Update publish-packages.yml
1 parent 5790dbb commit 9d13596

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish-packages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ 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: GPG_PASSPHRASE
24+
2225
- name: Build and publish with Maven
2326
run: mvn --batch-mode deploy -Prelease --file PgBulkInsert/pom.xml -DskipTests
2427
env:

0 commit comments

Comments
 (0)