Skip to content

Commit

Permalink
ci(release): update release
Browse files Browse the repository at this point in the history
  • Loading branch information
samikachai committed Dec 14, 2024
1 parent a971364 commit 5dc00fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
if grep -q "## $TARGET_TAG \(([^)]*)\)" "$FILE"; then
sed -i "/## $TARGET_TAG \(([^)]*)\)/,/^## /{//!d}" "$FILE"
sed -i "/## $TARGET_TAG \(([^)]*)\)/a\\
$(echo "$INITIAL_COMMIT_HISTORY" | sed 's/[&/\]/\\&/g' | sed ':a;N;$!ba;s/\n/\\n/g')" "$FILE"
Expand Down

0 comments on commit 5dc00fd

Please sign in to comment.