bump version v4.1.0

This commit is contained in:
Naterfute
2025-09-24 19:37:13 -07:00
committed by GitHub
parent 1b38e8a231
commit 6ddab1052b

View File

@@ -48,7 +48,7 @@ jobs:
create-release-branch:
runs-on: ubuntu-latest
if: |
(github.event_name == 'push' && github.ref == 'refs/heads/main' && contains(github.event.head_commit.message, 'Bump Version')) ||
(github.event_name == 'push' && github.ref == 'refs/heads/main' && contains(github.event.head_commit.message, 'bump version')) ||
github.event_name == 'workflow_dispatch'
outputs:
version: ${{ steps.extract-version.outputs.version }}