Skip to content

Commit e4bdc58

Browse files
committed
chore: update release
1 parent 6eb34bd commit e4bdc58

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
paths:
77
- 'src/**'
8+
- '__tests__/**'
89
- 'package.json'
910
- 'yarn.lock'
1011
- 'release.config.js'
@@ -59,4 +60,7 @@ jobs:
5960
- name: Release
6061
if: github.ref == 'refs/heads/develop'
6162
run: |
63+
git config --global user.email "[email protected]"
64+
git config --global user.name "Dev.me Team"
65+
npm set //registry.npmjs.org/:_authToken $NPM_TOKEN
6266
node release.mjs

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,7 @@ jobs:
5252
5353
- name: Release
5454
run: |
55+
git config --global user.email "[email protected]"
56+
git config --global user.name "Dev.me Team"
57+
npm set //registry.npmjs.org/:_authToken $NPM_TOKEN
5558
node release.mjs

0 commit comments

Comments
 (0)