Skip to content

Commit

Permalink
fix: Add build to publish package
Browse files Browse the repository at this point in the history
  • Loading branch information
unimonkiez committed Aug 26, 2022
1 parent 3478789 commit bce7464
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
cache-dependency-path: "./clients/redis/js/yarn.lock"
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build
- name: Semantic release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit bce7464

Please sign in to comment.