diff --git a/.github/workflows/packwiz-export.yml b/.github/workflows/packwiz-export.yml index d500fe5..03ee7ef 100644 --- a/.github/workflows/packwiz-export.yml +++ b/.github/workflows/packwiz-export.yml @@ -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",