Skip to content

Commit

Permalink
ci: rename lerna’s skip-bump-only-release to plural
Browse files Browse the repository at this point in the history
  • Loading branch information
tusbar committed Sep 20, 2024
1 parent df45789 commit 313326d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ jobs:
env:
GH_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN_PUBLIC }}
run: |
pnpm lerna publish --skip-bump-only-release --yes
pnpm lerna publish --skip-bump-only-releases --yes
- name: Publish packages from package
if: ${{ github.event.inputs.from-package == true }}
env:
GH_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN_PUBLIC }}
run: |
pnpm lerna publish from-package --skip-bump-only-release --yes
pnpm lerna publish from-package --skip-bump-only-releases --yes
docs:
name: Update and publish documentation
Expand Down

0 comments on commit 313326d

Please sign in to comment.