Skip to content

Commit bcebe9c

Browse files
committed
Use commit message for testing purposes #patch
1 parent 45367a9 commit bcebe9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-version-and-create-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Compute new version
1717
id: bump_version
1818
env:
19-
PR_BODY: ${{ github.event.pull_request.body }}
19+
PR_BODY: ${{ github.event.head_commit.message }}
2020
run: |
2121
source version
2222
new_version=$(.github/workflows/compute_version.sh "$VERSION" "${PR_BODY//[^a-zA-Z0-9# $'\n']/}")

0 commit comments

Comments
 (0)