Skip to content

Commit cd41677

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish-packages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ jobs:
2626
run: mvn --batch-mode deploy -Prelease --file PgBulkInsert/pom.xml -DskipTests
2727
env:
2828
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
29-
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
29+
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
30+
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)