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 65aeae8 commit deb6b93Copy full SHA for deb6b93
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Release packages
38
env:
39
- HEAD_SHA: ${{ github.event.pull_request.head.sha }}
+ HEAD_SHA: ${{ github.event.pull_request.merge_commit_sha }}
40
BASE_SHA: ${{ github.event.pull_request.base.sha }}
41
GH_TOKEN: ${{ steps.get_token.outputs.token }}
42
shell: bash
0 commit comments