mirror of
https://github.com/Damillora/Shian.git
synced 2024-11-21 17:17:31 +00:00
feat(shian): add actions
This commit is contained in:
parent
8fbccd6b60
commit
241353b403
15
.github/workflows/workflow.yml
vendored
Normal file
15
.github/workflows/workflow.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user