update bump-version job to trigger on published

This commit is contained in:
Kalle 2025-04-13 18:21:08 +00:00
parent b17a72fe58
commit 7767a0bbd5
No known key found for this signature in database
GPG Key ID: 6B4D999517557C1F

View File

@ -46,7 +46,7 @@ jobs:
# Create a PR to bump version when a release is Published
bump-version:
if: ${{ github.event.release.published }}
if: github.event.action == 'published'
runs-on: ubuntu-latest
permissions:
pull-requests: write