mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-05-15 11:57:12 +02:00
clean up
This commit is contained in:
parent
f4b83c2860
commit
7ff040f706
8
.github/workflows/maven-publish.yml
vendored
8
.github/workflows/maven-publish.yml
vendored
@ -50,10 +50,10 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: mvn -B -ntp clean install
|
run: mvn -B -ntp clean install
|
||||||
- name: Publish to GitHub Packages Apache Maven
|
- name: Publish to GitHub Packages Apache Maven
|
||||||
if: >
|
# if: >
|
||||||
github.event_name != 'pull_request' &&
|
# github.event_name != 'pull_request' &&
|
||||||
github.ref_name == 'main' &&
|
# github.ref_name == 'main' &&
|
||||||
contains(github.event.head_commit.message, 'release')
|
# contains(github.event.head_commit.message, 'release')
|
||||||
run: |
|
run: |
|
||||||
git config --global user.email "koujalgi.amith@gmail.com"
|
git config --global user.email "koujalgi.amith@gmail.com"
|
||||||
git config --global user.name "amithkoujalgi"
|
git config --global user.name "amithkoujalgi"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user