Skip to content

Commit 0a81c6f

Browse files
committed
fix: lock python-semantic-release version
1 parent cfa5a55 commit 0a81c6f

File tree

3 files changed

+69
-35
lines changed

3 files changed

+69
-35
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fetch-depth: 0
4444

4545
- name: Python Semantic Release
46-
uses: relekang/python-semantic-release@master
46+
uses: relekang/python-semantic-release@v7.28.1
4747
with:
4848
github_token: ${{ secrets.GITHUB_TOKEN }}
4949
repository_username: __token__

poetry.lock

Lines changed: 66 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ realtime = "^0.0.4"
2121
gotrue = "^0.5.0"
2222
httpx = "^0.21.3"
2323
storage3 = "^0.3.1"
24+
python-semantic-release = "7.28.1"
2425

2526
[tool.poetry.dev-dependencies]
2627
pre-commit = "^2.19.0"
@@ -30,7 +31,7 @@ flake8 = "^4.0.1"
3031
isort = "^5.9.3"
3132
pytest-cov = "^3.0.0"
3233
commitizen = "^2.27.1"
33-
python-semantic-release = "^7.29.1"
34+
python-semantic-release = "^7.28.1"
3435
python-dotenv = "^0.20.0"
3536

3637
[tool.semantic_release]

0 commit comments

Comments
 (0)