Skip to content

Commit

Permalink
chore: force install before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
moldy530 committed Oct 23, 2024
1 parent 447851b commit c8532e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
env:
API_KEY: ${{ secrets.API_KEY }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: yarn && yarn lerna publish --conventional-commits --no-private --yes --no-verify-access
run: yarn install --force && yarn lerna publish --conventional-commits --no-private --yes --no-verify-access

0 comments on commit c8532e4

Please sign in to comment.