diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e728dd1..1e8cd6c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,8 +14,7 @@ jobs: working-directory: ./js if: >- - ${{ github.event.pull_request.merged == true && - contains(github.event.pull_request.labels.*.name, 'js') && ( + ${{ github.event.pull_request.merged == true && ( contains(github.event.pull_request.labels.*.name, 'patch') || contains(github.event.pull_request.labels.*.name, 'minor') || contains(github.event.pull_request.labels.*.name, 'major') ) }} @@ -27,8 +26,8 @@ jobs: - name: Setup git user run: | - git config user.name "Yedhin Kizhakkethara" - git config user.email "yedhin@bigbinary.com" + git config user.name "neetobot" + git config user.email "neetobot.github@neeto.com" - name: Setup NodeJS LTS version uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516