There was an error while loading. Please reload this page.
1 parent 623eaae commit 2105bf4Copy full SHA for 2105bf4
.github/workflows/release.yml
@@ -266,7 +266,7 @@ jobs:
266
env:
267
GH_TOKEN: ${{ github.token }}
268
run: |
269
- gh release create ${{ env.RELEASE_VERSION }} \
+ gh release create ${{ env.RELEASE_VERSION_TAG }} \
270
--title="Release ${{ env.RELEASE_VERSION }}" \
271
--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 }})
272
${{ needs.publish-aws-lambda.outputs.arn_content }}"
0 commit comments