Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit fa2bbbf

Browse files
author
semantic-release
committed
9.8.8
Automatically generated by python-semantic-release
1 parent 7debb73 commit fa2bbbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Python Semantic Release
3737
id: release
38-
uses: python-semantic-release/python-semantic-release@v9.8.7
38+
uses: python-semantic-release/python-semantic-release@v9.8.8
3939
with:
4040
github_token: ${{ secrets.GITHUB_TOKEN }}
4141
# <other options here>
@@ -45,7 +45,7 @@ jobs:
4545
if: steps.release.outputs.released == 'true'
4646

4747
- name: Publish package to GitHub Release
48-
uses: python-semantic-release/upload-to-gh-release@v9.8.7
48+
uses: python-semantic-release/upload-to-gh-release@v9.8.8
4949
if: steps.release.outputs.released == 'true'
5050
with:
5151
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)