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

Commit 0a92b5d

Browse files
author
semantic-release
committed
9.8.9
Automatically generated by python-semantic-release
1 parent b561646 commit 0a92b5d

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
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Python Semantic Release
4141
id: release
42-
uses: python-semantic-release/[email protected].8
42+
uses: python-semantic-release/[email protected].9
4343
with:
4444
github_token: ${{ secrets.GITHUB_TOKEN }}
4545
# <other options here>
@@ -49,7 +49,7 @@ jobs:
4949
if: steps.release.outputs.released == 'true'
5050

5151
- name: Publish package to GitHub Release
52-
uses: python-semantic-release/[email protected].8
52+
uses: python-semantic-release/[email protected].9
5353
if: steps.release.outputs.released == 'true'
5454
with:
5555
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)