Skip to content

Commit

Permalink
fix: rebuild (pmndrs#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyJasonBennett authored May 26, 2023
1 parent 0878503 commit 0e08e98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
- name: Install deps
# this runs a build script so there is no dedicated build
run: yarn install
- name: Check build health
run: yarn build
- name: 🚀 Release
uses: cycjimmy/semantic-release-action@v2
with:
Expand Down
1 change: 0 additions & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ module.exports = {
],
],
}
//

0 comments on commit 0e08e98

Please sign in to comment.