Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
clion007 authored Oct 30, 2024
1 parent 0e4e8e8 commit 34a8b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: |
DIS=$(curl -fsSL https://github.com/jellyfin/jellyfin/releases/latest | grep "<p>")
CHANGE=$(curl -fsSL https://github.com/jellyfin/jellyfin/releases/latest | grep "<li>" | sed '/<li>$/d')
BODYINFO="${DIS}\n<h3>📈 General Changes</h3>\n<ul>\n${CHANGE}\n</ul>"
BODYINFO="${DIS}\n<h3>📈 Changes</h3>\n<ul>\n${CHANGE}\n</ul>"
echo "BodyInfo=$BODYINFO" >> $GITHUB_OUTPUT
- name: Publish Release
Expand Down

0 comments on commit 34a8b6e

Please sign in to comment.