We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54318bf commit b5a2630Copy full SHA for b5a2630
1 file changed
.github/workflows/publish-packages.yml
@@ -21,7 +21,7 @@ jobs:
21
server-password: MAVEN_PASSWORD
22
23
- name: Build and publish with Maven
24
- run: mvn --batch-mode clean deploy -DskipTests=true
+ run: mvn --batch-mode clean deploy -DskipTests=true --file PgBulkInsert/pom.xml
25
env:
26
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
27
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
0 commit comments