Add GitHub Action

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-03-26 22:16:28 +04:00
parent 3f3d4da18b
commit e214aeb8a5
3 changed files with 21 additions and 21 deletions

21
.github/workflows/publish.yml vendored Normal file
View File

@ -0,0 +1,21 @@
name: CI
on:
create:
tags:
- v*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: borales/actions-yarn@v2.0.0
with:
cmd: install
- uses: borales/actions-yarn@v2.0.0
with:
cmd: build
- uses: borales/actions-yarn@v2.0.0
with:
cmd: publish