Skip to content

Commit

Permalink
try not escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolshres98 committed Jan 15, 2025
1 parent 40d07dd commit b976ef6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/scripts/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,8 @@ tar -czvf "$zipFileName.tar.gz" "$packageDirectory"
gh release create "$tagName" \
"$zipFileName.zip" \
"$zipFileName.tar.gz" \
--notes "# test \n \n ## test2 \n another one tester" \
--notes "# test
## test2
another one tester" \
--verify-tag

0 comments on commit b976ef6

Please sign in to comment.