Skip to content

Commit deb6b93

Browse files
authored
use merge-commit (#2889)
1 parent 65aeae8 commit deb6b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Release packages
3838
env:
39-
HEAD_SHA: ${{ github.event.pull_request.head.sha }}
39+
HEAD_SHA: ${{ github.event.pull_request.merge_commit_sha }}
4040
BASE_SHA: ${{ github.event.pull_request.base.sha }}
4141
GH_TOKEN: ${{ steps.get_token.outputs.token }}
4242
shell: bash

0 commit comments

Comments
 (0)