1
0
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:
Ian Storm Taylor 2021-03-29 18:37:11 -04:00
parent a036ce1a88
commit 86e7df6636

View File

@ -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