Skip to content

Commit 1ff8587

Browse files
authored
Merge pull request #281 from crazy-max/fix-release-body
build: fix tags in release body
2 parents d1f885c + 908efdd commit 1ff8587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/.build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ jobs:
285285
done
286286
287287
echo "* Tags" >> /tmp/summary.txt
288-
cat /tmp/tags.txt >> /tmp/summary.txt
288+
sed 's/^/ /' /tmp/tags.txt >> /tmp/summary.txt
289289
290290
if [ "${{ inputs.name }}" = "containerd" ]; then
291291
cat >> "/tmp/summary.txt" <<-EOF

0 commit comments

Comments
 (0)