forked from Mirror/ollama4j
init
This commit is contained in:
parent
fcbe1b78d1
commit
7ea74b38e8
5
.github/workflows/maven-publish.yml
vendored
5
.github/workflows/maven-publish.yml
vendored
@ -33,6 +33,11 @@ jobs:
|
|||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn -U -B clean package --file pom.xml
|
run: mvn -U -B clean package --file pom.xml
|
||||||
|
|
||||||
|
- name: Publish to GitHub Packages Repo
|
||||||
|
run: mvn deploy
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ github.token }} # GITHUB_TOKEN is the default env for the password
|
||||||
|
|
||||||
- name: Set up Apache Maven Central (Overwrite settings.xml)
|
- name: Set up Apache Maven Central (Overwrite settings.xml)
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with: # running setup-java again overwrites the settings.xml
|
with: # running setup-java again overwrites the settings.xml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user