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 8d9b2bd commit 048ed71Copy full SHA for 048ed71
.github/workflows/build.yml
@@ -69,7 +69,7 @@ jobs:
69
70
env:
71
TAG: v${{ needs.meta.outputs.latest-version }}
72
- COMMIT: ${{ github.event.pull_request.base.ref || github.event.before }} # either the PR base ref or previous commit in the branch
+ COMMIT: ${{ github.event.pull_request.base.sha || github.event.before }} # either the PR base ref or previous commit in the branch
73
GH_REPOSITORY: ${{ github.repository }}
74
75
steps:
0 commit comments