Skip to content

Commit 6bb1e64

Browse files
committed
set cli version
1 parent 71723eb commit 6bb1e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
env:
4040
NEW_CLI_VERSION: ${{ steps.checkmarx-ast-cli.outputs.release_tag }}
4141
run: |
42-
FILE_PATH="src/your-file-containing-CxInstaller.ts"
42+
FILE_PATH="src/main/osinstaller/CxInstaller.ts"
4343
# Update the cliVersion field in the TypeScript file
4444
sed -i "s/\(private cliVersion = '\)[^']*\(';\)/\1${NEW_CLI_VERSION}\2/" $FILE_PATH
4545

0 commit comments

Comments
 (0)