Skip to content

Commit 85d789d

Browse files
chore(deps): update relekang/python-semantic-release action to v8.7.2 (#49)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1e03f72 commit 85d789d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ jobs:
8585

8686
# Do a dry run of PSR
8787
- name: Test release
88-
uses: relekang/python-semantic-release@v8.7.0
88+
uses: relekang/python-semantic-release@v8.7.2
8989
if: github.ref_name != 'main'
9090
with:
9191
root_options: --noop
9292

9393
# On main branch: actual PSR + upload to PyPI & GitHub
9494
- name: Release
95-
uses: relekang/python-semantic-release@v8.7.0
95+
uses: relekang/python-semantic-release@v8.7.2
9696
id: release
9797
if: github.ref_name == 'main'
9898
with:

0 commit comments

Comments
 (0)