feat(shian): add actions

This commit is contained in:
Damillora 2021-04-14 17:02:44 +07:00
parent 8fbccd6b60
commit 241353b403
1 changed files with 15 additions and 0 deletions

15
.github/workflows/workflow.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: CI
on: push
jobs:
release:
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14'
- run: yarn build
- name: Release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release