Skip to content

Commit 1e3461f

Browse files
committed
Update the workflow to install the python package
1 parent ceb9aa7 commit 1e3461f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/create-release-pr.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,12 @@ jobs:
6060
with:
6161
python-version: '3.10'
6262

63-
# Install the semver package
64-
- run: pip install semver==3.0.2
63+
# Install the bundled package
64+
- run: pip install ./reusable
6565

66-
- run: python reusable/get_next_version.py
66+
# Get the next version using the package's script
67+
- id: get-next-version
68+
run: get-next-version
6769
env:
6870
REPO_DIR: caller
6971
BUMP_TYPE: ${{ inputs.bump_type }}

0 commit comments

Comments
 (0)