Skip to content

Commit

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

0 comments on commit 7e5ea0e

Please sign in to comment.