This commit is contained in:
Amith Koujalgi 2023-12-19 23:39:07 +05:30
parent 082b708927
commit f4b83c2860

View File

@ -53,7 +53,7 @@ jobs:
if: >
github.event_name != 'pull_request' &&
github.ref_name == 'main' &&
contains(github.event.head_commit.message, '[release]')
contains(github.event.head_commit.message, 'release')
run: |
git config --global user.email "koujalgi.amith@gmail.com"
git config --global user.name "amithkoujalgi"