Skip to content

Commit

Permalink
ci(release): install dependencies before publish to make the patch work
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed May 31, 2023
1 parent 6d00636 commit 2f7c845
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -22,6 +22,8 @@ jobs:
with:
node-version: lts/*
cache: npm
# we need to install dependencies in order to run the patch
- run: npm ci
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2f7c845

Please sign in to comment.