Skip to content

Commit 6a2e5f1

Browse files
committed
update release file
Signed-off-by: I504010 <[email protected]>
1 parent eb44dab commit 6a2e5f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ jobs:
5959
OPENSEARCH_VERSION=$(grep '^opensearch_version' gradle.properties | awk -F= '{gsub(/ /,"",$2); print $2}')
6060
echo "version=$OPENSEARCH_VERSION" >> $GITHUB_OUTPUT
6161
62-
- name: show version
62+
- name: Show version
6363
shell: bash
6464
run: |
65-
echo $VERSION
65+
echo "OpenSearch version: ${{ steps.properties.outputs.version }}"
6666
6767
- name: Create GitHub Release
6868
id: create_release

0 commit comments

Comments
 (0)