Skip to content

Commit 2de5139

Browse files
committed
ci: enable publish profile
1 parent 9297097 commit 2de5139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
1919
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2020
- name: Publish package
21-
run: mvn -B -ntp deploy
21+
run: mvn -Ppublish -B -ntp deploy
2222
env:
2323
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
2424
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}

0 commit comments

Comments
 (0)