Skip to content

Commit b56c5c3

Browse files
committed
ci: pin semantic-release==7.28.1 for manual deploy - see #234
Signed-off-by: Paul Horton <paul.horton@owasp.org>
1 parent 1f58b31 commit b56c5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual-release-candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python -m pip install poetry --upgrade pip
2626
poetry config virtualenvs.create false
2727
poetry install
28-
python -m pip install python-semantic-release
28+
python -m pip install python-semantic-release==7.28.1
2929
- name: Apply Pre Release Version
3030
run: |
3131
RC_VERSION="$(semantic-release --noop --major print-version)-${{ github.event.inputs.release_candidate_suffix }}"

0 commit comments

Comments
 (0)