Skip to content

Commit

Permalink
fix: apply patch before release
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed May 31, 2023
1 parent 0826812 commit b063a15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -24,6 +24,7 @@ jobs:
cache: npm
# we need to install dependencies in order to run the patch
- run: npm ci
- run: npm run apply-patch
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b063a15

Please sign in to comment.