Skip to content

Commit 8ea7f4b

Browse files
committed
CI: do not deploy snapshots on regular builds
1 parent d8c0204 commit 8ea7f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
server-username: MAVEN_CENTRAL_USERNAME
2727
server-password: MAVEN_CENTRAL_PASSWORD
2828
- name: Build with JDK ${{ matrix.java_version }}
29-
run: mvn -U -B --fail-at-end -DskipOllamaITs clean deploy
29+
run: mvn -U -B --fail-at-end -DskipOllamaITs clean install
3030
env:
3131
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
3232
AZURE_OPENAI_ENDPOINT: ${{ secrets.AZURE_OPENAI_ENDPOINT }}

0 commit comments

Comments
 (0)