Skip to content

Commit

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

0 comments on commit 9b63d82

Please sign in to comment.