Skip to content

Commit 0b5721e

Browse files
committed
πŸ‘¨β€πŸ’» Just for troubleshooting.
1 parent eebbd19 commit 0b5721e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

β€Ž.github/workflows/rw_build_git-tag_and_create_github-release.yamlβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ jobs:
100100
id: github_action_reusable_workflow_release
101101
run: |
102102
release_info=$(bash ./scripts/ci/generate_release_info.sh ${{ inputs.project_type }} ${{ inputs.debug_mode }})
103+
echo "[DEBUG] release_info: $release_info"
103104
release_version=$(echo "$release_info" | grep -E "Target version which would be pass to deployment process: ([0-9]{1,}\.{0,1}[0-9]{0,}\.{0,1}[0-9]{0,})|(Pre\-Release))" | grep -E -o "(([0-9]{1,}\.{0,1}[0-9]{0,}\.{0,1}[0-9]{0,})|(Pre\-Release))")
104105
echo "πŸ€– Release Version: $release_version"
105106

0 commit comments

Comments
Β (0)