Skip to content

Commit

Permalink
deploy instead of install
Browse files Browse the repository at this point in the history
  • Loading branch information
langchain4j committed Dec 21, 2023
1 parent 26f131d commit 7c195d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
distribution: 'temurin'
cache: 'maven'
- name: Build with JDK ${{ matrix.java_version }}
run: mvn -U --batch-mode install ${{ matrix.included_modules }}
run: mvn -U -B deploy
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

Expand Down

0 comments on commit 7c195d1

Please sign in to comment.