Skip to content

Commit

Permalink
ci: don't create releases for private packages
Browse files Browse the repository at this point in the history
  • Loading branch information
René Schleusner committed Sep 20, 2024
1 parent ea12a07 commit 2043a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
git config user.email github-actions@github.com
- name: Install dependencies
run: pnpm install
- run: pnpm lerna version --conventional-commits --create-release github --yes
- run: pnpm lerna version --conventional-commits --no-private --create-release github --yes
env:
GH_TOKEN: ${{ secrets.BOT_PAT }}
- run: pnpm lerna publish from-git --yes --no-verify-access
Expand Down

0 comments on commit 2043a7c

Please sign in to comment.