Skip to content

Commit 5d7466f

Browse files
Update update-cli.yml
1 parent 2c89707 commit 5d7466f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-cli.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
if: steps.checkmarx-ast-cli.outputs.current_tag != steps.checkmarx-ast-cli.outputs.release_tag
2626
run: |
2727
# Update binaries
28+
chmod +x ./.github/scripts/update_cli.sh
2829
./.github/scripts/update_cli.sh ${{ steps.checkmarx-ast-cli.outputs.release_tag }}
2930
- name: Create Pull Request
3031
if: steps.checkmarx-ast-cli.outputs.current_tag != steps.checkmarx-ast-cli.outputs.release_tag
@@ -39,4 +40,4 @@ jobs:
3940
4041
[1]: https://github.com/CheckmarxDev/checkmarx-ast-cli
4142
labels: dependencies, automated pr
42-
branch: feature/update_cli
43+
branch: feature/update_cli

0 commit comments

Comments
 (0)