Skip to content

Commit 6d0c28d

Browse files
committed
check
1 parent a6be1cc commit 6d0c28d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-cli.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333
run: |
3434
echo ${{ steps.checkmarx-ast-cli.outputs.release_tag }} > checkmarx-ast-cli.version
3535
36-
# Update the TypeScript file's cliVersion field
37-
- name: Update cliVersion in CxInstaller.ts
36+
# Update the TypeScript file's cliDefaultVersion field
37+
- name: Update cliDefaultVersion in CxInstaller.ts
3838
if: steps.checkmarx-ast-cli.outputs.current_tag != steps.checkmarx-ast-cli.outputs.release_tag
3939
env:
4040
NEW_CLI_VERSION: ${{ steps.checkmarx-ast-cli.outputs.release_tag }}
4141
run: |
4242
FILE_PATH="src/main/osinstaller/CxInstaller.ts"
43-
# Update the cliVersion field in the TypeScript file
43+
# Update the cliDefaultVersion field in the TypeScript file
4444
sed -i "s/\(private cliDefaultVersion = '\)[^']*\(';\)/\1${NEW_CLI_VERSION}\2/" $FILE_PATH
4545
4646
# Create a Pull Request with the version changes

0 commit comments

Comments
 (0)