Skip to content

Commit

Permalink
build(deps): bump python-semantic-release/upload-to-gh-release (#1683)
Browse files Browse the repository at this point in the history
Bumps [python-semantic-release/upload-to-gh-release](https://github.com/python-semantic-release/upload-to-gh-release) from 9.8.0 to 9.8.8.
- [Release notes](https://github.com/python-semantic-release/upload-to-gh-release/releases)
- [Changelog](https://github.com/python-semantic-release/upload-to-gh-release/blob/main/releaserc.toml)
- [Commits](python-semantic-release/upload-to-gh-release@v9.8.0...v9.8.8)

---
updated-dependencies:
- dependency-name: python-semantic-release/upload-to-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Butler <chris.butler@redhat.com>
Co-authored-by: Jennifer Power <barnabei.jennifer@gmail.com>
  • Loading branch information
3 people authored Oct 2, 2024
1 parent 56b019c commit 01332d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
if: steps.release.outputs.released == 'true'

- name: Publish package distributions to GitHub Releases
uses: python-semantic-release/upload-to-gh-release@v9.8.0
uses: python-semantic-release/upload-to-gh-release@v9.8.8
if: steps.release.outputs.released == 'true'
with:
github_token: ${{ secrets.ADMIN_PAT }}
Expand Down

0 comments on commit 01332d3

Please sign in to comment.