Skip to content

Commit cbd40b8

Browse files
Add release notification workflow (AST-000)
1 parent ce5e472 commit cbd40b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ jobs:
8787
run: |
8888
chmod +x ./.github/scripts/extract_cli_version.sh
8989
./.github/scripts/extract_cli_version.sh cx-linux
90+
echo "CLI Cersion Embedded: $CLI_VERSION"
91+
echo "CLI Cersion Embedded2: ${{ env.CLI_VERSION }}"
9092
echo "::set-output name=CLI_VERSION::${{ env.CLI_VERSION }}"
9193
9294
- name: Release

0 commit comments

Comments
 (0)