diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d1b2c388b10..1bfc3db5d579 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -604,6 +604,8 @@ jobs: - name: Get latest commit SHA on master run: | echo "latest_sha=$(git ls-remote origin -h refs/heads/kag4374 | cut -f1)" >> $GITHUB_ENV + echo ${{ github.event.pull_request.head.sha }} + git ls-remote origin -h refs/heads/kag4374 | cut -f1 - name: Docker meta id: meta