mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-01-29 19:27:43 +01:00
update auto-release action
This commit is contained in:
parent
a036ce1a88
commit
86e7df6636
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -13,5 +13,9 @@ jobs:
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user