File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 # Install bump-my-version
107107 python -m pip install bump-my-version
108108 TAG_NAME=${GITHUB_REF#refs/tags/v}
109- bump-my-version replace $TAG_NAME
109+ bump-my-version replace --new-version $TAG_NAME
110110 echo "Version files updated to $TAG_NAME"
111111 pyenv shell --unset
112112 - name : Install dependencies for all Python versions
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 # Install bump-my-version
107107 python -m pip install bump-my-version
108108 TAG_NAME=${GITHUB_REF#refs/tags/v}
109- bump-my-version replace $TAG_NAME
109+ bump-my-version replace --new-version $TAG_NAME
110110 echo "Version files updated to $TAG_NAME"
111111 pyenv shell --unset
112112 - name : Install dependencies for all Python versions
Original file line number Diff line number Diff line change 9191 # Install bump-my-version
9292 python -m pip install bump-my-version
9393 TAG_NAME=${GITHUB_REF#refs/tags/v}
94- bump-my-version replace $TAG_NAME
94+ bump-my-version replace --new-version $TAG_NAME
9595 echo "Version files updated to $TAG_NAME"
9696 pyenv shell --unset
9797 - name : Install dependencies for all Python versions
Original file line number Diff line number Diff line change 8080 # Install bump-my-version
8181 python -m pip install bump-my-version
8282 TAG_NAME=${GITHUB_REF#refs/tags/v}
83- bump-my-version replace $TAG_NAME
83+ bump-my-version replace --new-version $TAG_NAME
8484 echo "Version files updated to $TAG_NAME"
8585 pyenv shell --unset
8686 - name : Install dependencies for all Python versions
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147147 # Install bump-my-version
148148 python -m pip install bump-my-version
149149 TAG_NAME=${GITHUB_REF#refs/tags/v}
150- bump-my-version replace $TAG_NAME
150+ bump-my-version replace --new-version $TAG_NAME
151151 echo "Version files updated to $TAG_NAME"
152152 pyenv shell --unset
153153 fi
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119 # Install bump-my-version
120120 python -m pip install bump-my-version
121121 TAG_NAME=${GITHUB_REF#refs/tags/v}
122- bump-my-version replace $TAG_NAME
122+ bump-my-version replace --new-version $TAG_NAME
123123 echo "Version files updated to $TAG_NAME"
124124 pyenv shell --unset
125125 - name : Install dependencies for all Python versions
You can’t perform that action at this time.
0 commit comments