Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 && (
Comment thread
Thejus-Paul marked this conversation as resolved.
contains(github.event.pull_request.labels.*.name, 'patch') ||
contains(github.event.pull_request.labels.*.name, 'minor') ||
contains(github.event.pull_request.labels.*.name, 'major') ) }}
Expand All @@ -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
Expand Down
Loading