Skip to content

Commit c577351

Browse files
authored
Merge pull request #28 from uploadcare/chore/ci
ci: remove graduate
2 parents e281f04 + e7a9455 commit c577351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
git config --global user.email "github-actions[bot]@users.noreply.github.com"
3434
git config --global user.name "github-actions[bot]"
3535
36-
npx lerna version --conventional-commits --conventional-graduate --yes
36+
npx lerna version --conventional-commits --yes
3737
3838
npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN
3939
npx lerna publish from-git --yes

0 commit comments

Comments
 (0)