Skip to content

Commit 8a5c889

Browse files
updated checkmarx to Checkmarx
1 parent ab417f7 commit 8a5c889

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
@@ -129,7 +129,7 @@ jobs:
129129
run: |
130130
ls -la
131131
pwd
132-
CLI_VERSION=$(cat ./cxAstScan/node_modules/@checkmarx/ast-cli-javascript-wrapper-runtime-cli/checkmarx-ast-cli.version | grep -Eo '^[0-9]+\.[0-9]+\.[0-9]+')
132+
CLI_VERSION=$(cat ./cxAstScan/node_modules/@Checkmarx/ast-cli-javascript-wrapper-runtime-cli/checkmarx-ast-cli.version | grep -Eo '^[0-9]+\.[0-9]+\.[0-9]+')
133133
echo "CLI version being packed is $CLI_VERSION"
134134
echo "CLI_VERSION=$CLI_VERSION" >> $GITHUB_ENV
135135
echo "::set-output name=CLI_VERSION::$CLI_VERSION"

0 commit comments

Comments
 (0)