1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-09 06:30:40 +02:00

add first stab at release workflow

This commit is contained in:
Ian Storm Taylor
2021-03-29 17:07:39 -04:00
parent b5cb9ee6db
commit 1ecc472cc7
5 changed files with 33 additions and 13 deletions

17
.github/workflows/release.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: Release
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: yarn && yarn internal:release:next