We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71723eb commit 6bb1e64Copy full SHA for 6bb1e64
.github/workflows/update-cli.yml
@@ -39,7 +39,7 @@ jobs:
39
env:
40
NEW_CLI_VERSION: ${{ steps.checkmarx-ast-cli.outputs.release_tag }}
41
run: |
42
- FILE_PATH="src/your-file-containing-CxInstaller.ts"
+ FILE_PATH="src/main/osinstaller/CxInstaller.ts"
43
# Update the cliVersion field in the TypeScript file
44
sed -i "s/\(private cliVersion = '\)[^']*\(';\)/\1${NEW_CLI_VERSION}\2/" $FILE_PATH
45
0 commit comments