Skip to content

Commit c145a23

Browse files
authored
fix: pin python-semantic-release to fix release process (#1200)
1 parent 030d97a commit c145a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
uses: actions/setup-python@v4
131131

132132
- name: Install python-semantic-release
133-
run: pipx install python-semantic-release
133+
run: pipx install python-semantic-release==7.34.6
134134

135135
- name: Get Release Tag
136136
id: release_tag

0 commit comments

Comments
 (0)