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

Commit

Permalink
9.8.8
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Sep 3, 2024
1 parent 7debb73 commit fa2bbbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Python Semantic Release
id: release
uses: python-semantic-release/[email protected].7
uses: python-semantic-release/[email protected].8
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# <other options here>
Expand All @@ -45,7 +45,7 @@ jobs:
if: steps.release.outputs.released == 'true'

- name: Publish package to GitHub Release
uses: python-semantic-release/[email protected].7
uses: python-semantic-release/[email protected].8
if: steps.release.outputs.released == 'true'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit fa2bbbf

Please sign in to comment.