From 241353b403d0915a8a661051ffdb4292f1b21de5 Mon Sep 17 00:00:00 2001 From: Damillora Date: Wed, 14 Apr 2021 17:02:44 +0700 Subject: [PATCH] feat(shian): add actions --- .github/workflows/workflow.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/workflow.yml diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml new file mode 100644 index 0000000..a5b9947 --- /dev/null +++ b/.github/workflows/workflow.yml @@ -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