Skip to content

Commit 72171d9

Browse files
authored
Merge pull request #12 from buildrun-tech/feature/updates-readme
cd: fix the step of generate release version
2 parents 21948c9 + e021937 commit 72171d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
- name: Generate release notes
107107
id: release_notes
108108
run: |
109+
touch commits.txt
109110
while IFS= read -r line; do
110111
commit_hash=$(echo "$line" | awk '{print $1}')
111112
commit_msg=$(echo "$line" | awk '{$1=""; print $0}')

0 commit comments

Comments
 (0)