This commit is contained in:
Amith Koujalgi 2023-12-19 23:40:23 +05:30
parent f4b83c2860
commit 7ff040f706

View File

@ -50,10 +50,10 @@ jobs:
- name: Build
run: mvn -B -ntp clean install
- name: Publish to GitHub Packages Apache Maven
if: >
github.event_name != 'pull_request' &&
github.ref_name == 'main' &&
contains(github.event.head_commit.message, 'release')
# if: >
# github.event_name != 'pull_request' &&
# github.ref_name == 'main' &&
# contains(github.event.head_commit.message, 'release')
run: |
git config --global user.email "koujalgi.amith@gmail.com"
git config --global user.name "amithkoujalgi"