Skip to content

Commit

Permalink
ci: Bump python-semantic-release/python-semantic-release
Browse files Browse the repository at this point in the history
Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.8.7 to 9.9.0.
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
- [Commits](python-semantic-release/python-semantic-release@v9.8.7...v9.9.0)

---
updated-dependencies:
- dependency-name: python-semantic-release/python-semantic-release
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent dffe8d1 commit 5dd28fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# setup must be done inside docker action

- name: Version bump is forced
uses: python-semantic-release/python-semantic-release@v9.8.7
uses: python-semantic-release/python-semantic-release@v9.9.0
# How dare the github dev... &^$#%^%#@
if: inputs.is_forced == 'true'
id: forced
Expand All @@ -56,7 +56,7 @@ jobs:
changelog: 'false'

- name: Version bump is not forced
uses: python-semantic-release/python-semantic-release@v9.8.7
uses: python-semantic-release/python-semantic-release@v9.9.0
if: inputs.is_forced == 'false'
id: unforced
with:
Expand Down

0 comments on commit 5dd28fd

Please sign in to comment.