Skip to content

Commit 5da09df

Browse files
committed
chore: set up github actions
1 parent 365e441 commit 5da09df

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
on: push
2+
jobs:
3+
semantic-release:
4+
runs-on: ubuntu-latest
5+
steps:
6+
- uses: actions/checkout@v2
7+
- uses: actions/setup-node@v2
8+
- run: yarn
9+
- run: yarn test
10+
- run: yarn semantic-release
11+
env:
12+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)