From e02193717bf67870903c2ab8c442c73d735fe2ce Mon Sep 17 00:00:00 2001 From: brunograna Date: Sun, 18 Feb 2024 19:01:12 -0300 Subject: [PATCH] cd: fix the step of generate release version --- .github/workflows/cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 5a7e2b2..1435a7c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -106,6 +106,7 @@ jobs: - name: Generate release notes id: release_notes run: | + touch commits.txt while IFS= read -r line; do commit_hash=$(echo "$line" | awk '{print $1}') commit_msg=$(echo "$line" | awk '{$1=""; print $0}')