diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc9b9d16e6..26d1dea1cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -246,7 +246,7 @@ jobs: env: GH_TOKEN: ${{ github.token }} run: | - gh release create ${{ env.RELEASE_VERSION }} \ + gh release create ${{ env.RELEASE_VERSION_TAG }} \ --title="Release ${{ env.RELEASE_VERSION }}" \ --notes="[Release Notes for ${{ env.RELEASE_VERSION }}](https://www.elastic.co/guide/en/apm/agent/java/current/release-notes-${{ steps.get_dotx_branch.outputs.dotx_branch }}.html#release-notes-${{ env.RELEASE_VERSION }}) ${{ needs.publish-aws-lambda.outputs.arn_content }}"