Skip to content

Commit

Permalink
Use commit message for testing purposes #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ll-nick committed Nov 29, 2024
1 parent 45367a9 commit bcebe9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version-and-create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Compute new version
id: bump_version
env:
PR_BODY: ${{ github.event.pull_request.body }}
PR_BODY: ${{ github.event.head_commit.message }}
run: |
source version
new_version=$(.github/workflows/compute_version.sh "$VERSION" "${PR_BODY//[^a-zA-Z0-9# $'\n']/}")
Expand Down

0 comments on commit bcebe9c

Please sign in to comment.