mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-09-01 03:11:44 +02:00
update auto-release action
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -13,5 +13,9 @@ jobs:
|
|||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '14'
|
node-version: '14'
|
||||||
- run: yarn && yarn internal:release:next
|
- run: |
|
||||||
|
git config --global user.name 'Automation'
|
||||||
|
git config --global user.email 'ianstormtaylor@users.noreply.github.com'
|
||||||
|
yarn
|
||||||
|
yarn internal:release:next
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user