Skip to content

Commit

Permalink
Merge pull request #28 from uploadcare/chore/ci
Browse files Browse the repository at this point in the history
ci: remove graduate
  • Loading branch information
egordidenko authored May 24, 2024
2 parents e281f04 + e7a9455 commit c577351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
npx lerna version --conventional-commits --conventional-graduate --yes
npx lerna version --conventional-commits --yes
npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN
npx lerna publish from-git --yes

0 comments on commit c577351

Please sign in to comment.