Skip to content

Commit 4df674e

Browse files
authored
Updated publish.yml workflow (#47)
1 parent 78fe3e2 commit 4df674e

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
working-directory: ./js
1515

1616
if: >-
17-
${{ github.event.pull_request.merged == true &&
18-
contains(github.event.pull_request.labels.*.name, 'js') && (
17+
${{ github.event.pull_request.merged == true && (
1918
contains(github.event.pull_request.labels.*.name, 'patch') ||
2019
contains(github.event.pull_request.labels.*.name, 'minor') ||
2120
contains(github.event.pull_request.labels.*.name, 'major') ) }}
@@ -27,8 +26,8 @@ jobs:
2726

2827
- name: Setup git user
2928
run: |
30-
git config user.name "Yedhin Kizhakkethara"
31-
git config user.email "yedhin@bigbinary.com"
29+
git config user.name "neetobot"
30+
git config user.email "neetobot.github@neeto.com"
3231
3332
- name: Setup NodeJS LTS version
3433
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516

0 commit comments

Comments
 (0)