Skip to content

Commit 86e7df6

Browse files
update auto-release action
1 parent a036ce1 commit 86e7df6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,9 @@ jobs:
1313
- uses: actions/setup-node@v2
1414
with:
1515
node-version: '14'
16-
- run: yarn && yarn internal:release:next
16+
- run: |
17+
git config --global user.name 'Automation'
18+
git config --global user.email '[email protected]'
19+
yarn
20+
yarn internal:release:next
1721

0 commit comments

Comments
 (0)