Skip to content

Commit

Permalink
fix(release): Build packages before release (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion authored Aug 4, 2023
1 parent 12d7ce6 commit 104a5fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
node-version-file: '.nvmrc'
cache: yarn
- run: yarn install --immutable
- run: yarn build
- run: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 104a5fe

Please sign in to comment.