Skip to content

Commit a666792

Browse files
Add notification for new release (AST-000)
1 parent 9c2a5ea commit a666792

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
@@ -96,7 +96,7 @@ jobs:
9696
- name: Extract cli version
9797
id: extract_cli_version
9898
run: |
99-
CLI_VERSION=$(./src/main/wrapper/resources/cx-linux --version)
99+
CLI_VERSION=$(./src/main/wrapper/resources/cx-linux version)
100100
echo "Cli version being packed is $CLI_VERSION"
101101
echo "CLI_VERSION=$CLI_VERSION" >> $GITHUB_ENV
102102
echo "::set-output name=CLI_VERSION::$CLI_VERSION"

0 commit comments

Comments
 (0)