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

Commit

Permalink
9.8.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jun 5, 2024
1 parent 71737dc commit d69c4ee
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/python-semantic-release@v9.8.0
uses: python-semantic-release/python-semantic-release@v9.8.1
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/upload-to-gh-release@v9.8.0
uses: python-semantic-release/upload-to-gh-release@v9.8.1
if: steps.release.outputs.released == 'true'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d69c4ee

Please sign in to comment.