diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef5e1466..4ce1e9c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,5 +24,5 @@ jobs: jenkins-pat: "${{ secrets.JENKINS_PAT }}" insecure: "true" job: "${{ github.action }}" - params: "ref=${{ github.ref }}" + params: "ref=${{ github.ref }},target_commitish=${{ github.event.release.target_commitish }}" wait: false