Skip to content

Commit

Permalink
chore: setup semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
kay-schecker committed Nov 5, 2020
1 parent b1d022b commit 134f6dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Unit Test
run: yarn run test

- name: Build
run: yarn run build

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 134f6dd

Please sign in to comment.