Skip to content

Commit 2105bf4

Browse files
authored
[ci] fix GH release version tag (#3596)
1 parent 623eaae commit 2105bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jobs:
266266
env:
267267
GH_TOKEN: ${{ github.token }}
268268
run: |
269-
gh release create ${{ env.RELEASE_VERSION }} \
269+
gh release create ${{ env.RELEASE_VERSION_TAG }} \
270270
--title="Release ${{ env.RELEASE_VERSION }}" \
271271
--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 }})
272272
${{ needs.publish-aws-lambda.outputs.arn_content }}"

0 commit comments

Comments
 (0)