Skip to content

Commit 95af6a2

Browse files
committed
fix(github-actions): correct command flag value
1 parent a65c312 commit 95af6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
gh label create ${{ env.PR_LABEL }} --force
6969
gh pr create \
7070
--base ${{ env.BRANCH_DEVELOP }} \
71-
--head ${{ github.head_ref }} \
71+
--head ${{ github.event.pull_request.merge_commit_sha }} \
7272
--title "${{ env.PR_TITLE }}" \
7373
--body "${{ env.PR_BODY }}" \
7474
--label "${{ env.PR_LABEL }}" \

0 commit comments

Comments
 (0)