Skip to content

Commit 3da969f

Browse files
Add notification for new release (AST-000)
1 parent 12a528f commit 3da969f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,13 @@ jobs:
9393
chmod +x ./.github/scripts/update_cli.sh
9494
./.github/scripts/update_cli.sh ${{ inputs.cliTag }}
9595
96+
- name: Debug CLI version path
97+
run: |
98+
echo "Current directory: $(pwd)"
99+
cd ../../src/main/wrapper/resources || exit 1
100+
echo "Files in the current directory:"
101+
ls -la
102+
96103
- name: Extract cli version
97104
id: extract_cli_version
98105
run: |

0 commit comments

Comments
 (0)