We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
semantic-release==7.28.1
1 parent 1f58b31 commit b56c5c3Copy full SHA for b56c5c3
.github/workflows/manual-release-candidate.yml
@@ -25,7 +25,7 @@ jobs:
25
python -m pip install poetry --upgrade pip
26
poetry config virtualenvs.create false
27
poetry install
28
- python -m pip install python-semantic-release
+ python -m pip install python-semantic-release==7.28.1
29
- name: Apply Pre Release Version
30
run: |
31
RC_VERSION="$(semantic-release --noop --major print-version)-${{ github.event.inputs.release_candidate_suffix }}"
0 commit comments