Skip to content

Commit b5a2630

Browse files
committed
Update publish-packages.yml
1 parent 54318bf commit b5a2630

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
server-password: MAVEN_PASSWORD
2222

2323
- name: Build and publish with Maven
24-
run: mvn --batch-mode clean deploy -DskipTests=true
24+
run: mvn --batch-mode clean deploy -DskipTests=true --file PgBulkInsert/pom.xml
2525
env:
2626
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
2727
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}

0 commit comments

Comments
 (0)