Skip to content

Commit e310381

Browse files
authored
use merge-commit (#2595)
1 parent 6e274ae commit e310381

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
@@ -37,7 +37,7 @@ jobs:
3737

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

0 commit comments

Comments
 (0)