Skip to content

Commit f5aff6f

Browse files
committed
💚 fix ci build
1 parent f2d75fc commit f5aff6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
id: node_use_description
3131
uses: mad9000/actions-find-and-replace-string@3
3232
with:
33-
source: ${{steps.description.outputs.content}}
33+
source: >-
34+
${{steps.description.outputs.content}}
3435
find: "`"
3536
replace: "\\`"
3637

0 commit comments

Comments
 (0)