From 60b746a0d3c3702d4cc3780a5835074c5183f0ba Mon Sep 17 00:00:00 2001 From: shenleban tongying Date: Fri, 7 Feb 2025 00:32:52 -0500 Subject: [PATCH] add print --- .github/workflows/Release-all.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/Release-all.yml b/.github/workflows/Release-all.yml index 4e7b8ac67..8eabc1dbb 100644 --- a/.github/workflows/Release-all.yml +++ b/.github/workflows/Release-all.yml @@ -180,6 +180,9 @@ jobs: Based on branch: ${{ github.ref_name }} HEREDOC + - name: Print changelog.txt + run: | + cat changelog.txt - name: Get release title id: getReleaseTitle run: |