Skip to content

Commit

Permalink
ci: add install and build steps to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
omnibrain committed Jul 18, 2022
1 parent 507313b commit c1fa4fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- run: yarn install
- run: yarn build
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
env:
Expand Down

0 comments on commit c1fa4fb

Please sign in to comment.