Skip to content

Commit

Permalink
Merge pull request #24 from uploadcare/ci/fix-deploy-npm
Browse files Browse the repository at this point in the history
ci: deleted conventional-graduate
  • Loading branch information
egordidenko authored May 24, 2024
2 parents 8f8effd + 5ee2da0 commit d04b76c
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 @@ -34,7 +34,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 d04b76c

Please sign in to comment.