Skip to content

Commit

Permalink
chore: remove the yarn install in the publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
moldy530 committed Dec 3, 2024
1 parent 8e2c101 commit da667f0
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 @@ -71,4 +71,4 @@ jobs:
API_KEY: ${{ secrets.API_KEY }}
JAVA_OPTS: "-XX:MaxHeapSize=6g"
shell: bash
run: yarn install --force && yarn lerna publish --conventional-commits --no-private --yes --no-verify-access
run: yarn lerna publish --conventional-commits --no-private --yes --no-verify-access

0 comments on commit da667f0

Please sign in to comment.