We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb34bd commit e4bdc58Copy full SHA for e4bdc58
.github/workflows/ci.yml
@@ -5,6 +5,7 @@ on:
5
push:
6
paths:
7
- 'src/**'
8
+ - '__tests__/**'
9
- 'package.json'
10
- 'yarn.lock'
11
- 'release.config.js'
@@ -59,4 +60,7 @@ jobs:
59
60
- name: Release
61
if: github.ref == 'refs/heads/develop'
62
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
66
node release.mjs
.github/workflows/release.yml
@@ -52,4 +52,7 @@ jobs:
52
53
54
55
56
57
58
0 commit comments