From 9d541f11878406233ad3e047812ed22d2101654d Mon Sep 17 00:00:00 2001 From: Angelo Paparazzi Date: Tue, 22 Mar 2022 10:13:21 -0500 Subject: [PATCH] ci(bumpversion): use bumpversion instead of bump2version --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1d45a4d60..dfa2ba276 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,7 +35,7 @@ jobs: - name: Install Semantic Release dependencies run: | - pip3 install --user bump2version + pip3 install --user bumpversion npm install -g semantic-release npm install -g @semantic-release/changelog npm install -g @semantic-release/exec