Skip to content

Commit

Permalink
Update create-tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
siyaramblackduck authored Sep 25, 2024
1 parent 8f32d84 commit a9d79b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
echo "${tag_body}">>processed_body.txt
sed -i 's/\\n/\n/g' processed_body.txt
cat processed_body.txt
processed_body=$(cat processed_body | tr '\n' '\n')
processed_body=$(cat processed_body.txt | tr '\n' '\n')
echo "PROCESSED_BODY=${processed_body}">>$GITHUB_ENV
- name: Create Release
Expand Down

0 comments on commit a9d79b6

Please sign in to comment.