We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e274ae commit e310381Copy full SHA for e310381
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Release packages
39
env:
40
- HEAD_SHA: ${{ github.event.pull_request.head.sha }}
+ HEAD_SHA: ${{ github.event.pull_request.merge_commit_sha }}
41
BASE_SHA: ${{ github.event.pull_request.base.sha }}
42
GH_TOKEN: ${{ steps.get_token.outputs.token }}
43
shell: bash
0 commit comments