Skip to content

Commit 1473ed0

Browse files
committed
ci: fix semantic release version
1 parent e02c48f commit 1473ed0

File tree

4 files changed

+206
-260
lines changed

4 files changed

+206
-260
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
#-----------------------------------------------
117117
- name: Semantic Release
118118
run: |
119-
pip install python-semantic-release
119+
pip install python-semantic-release==7.34.6
120120
git config --global user.name "github-actions"
121121
git config --global user.email "[email protected]"
122122
semantic-release publish -D commit_author="github-actions <[email protected]>"

example/example.py

Lines changed: 0 additions & 94 deletions
This file was deleted.

0 commit comments

Comments
 (0)