Skip to content

Commit 6b3aa10

Browse files
authored
Merge pull request #13 from buildrun-tech/feature/updates-readme
cd: fix the step of generate release version
2 parents 72171d9 + 7e7e197 commit 6b3aa10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,6 @@ jobs:
147147
tag_name: ${{ steps.version.outputs.new_version }}
148148
release_name: Release ${{ steps.version.outputs.new_version }}
149149
body: |
150-
$(echo "Release notes for version ${{ steps.version.outputs.new_version }}:")
151-
$(cat release_notes.txt)
150+
echo "Release notes for version ${{ steps.version.outputs.new_version }}:"
151+
cat release_notes.txt
152152
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)