Skip to content

Commit

Permalink
Update packwiz-export.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LifeIsAParadox authored Nov 21, 2023
1 parent 682a520 commit f32b51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packwiz-export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
"fields": [
{
"name": "**Changes**",
"value": "${cat latest-changelog.md | tail -n +3 | sed 's/###//' | awk '{$1=$1};1'}"
"value": "${cat CHANGELOG.md | awk '/^# /{count++; if(count==2) exit; next} count==1' | tail -n +3 | sed 's/###//' | awk '{$1=$1};1'}"
},
{
"name": "Downloads",
Expand Down

0 comments on commit f32b51a

Please sign in to comment.