Skip to content

Commit

Permalink
Merge pull request #12 from buildrun-tech/feature/updates-readme
Browse files Browse the repository at this point in the history
cd: fix the step of generate release version
  • Loading branch information
brunograna authored Feb 18, 2024
2 parents 21948c9 + e021937 commit 72171d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}')
Expand Down

0 comments on commit 72171d9

Please sign in to comment.