diff --git a/.github/workflows/release_levilamina.yml b/.github/workflows/release_levilamina.yml index b4da974f79..9fbc9ccf3c 100644 --- a/.github/workflows/release_levilamina.yml +++ b/.github/workflows/release_levilamina.yml @@ -68,6 +68,7 @@ jobs: - name: Validate release stuff (tooth.json, CHANGELOG.md, etc.) run: | + npm i -g keep-a-changelog python scripts/validate_release.py --tag ${{ github.event.release.tag_name }} > release_notes.md echo release_notes=$(cat release_notes.md) >> $GITHUB_OUTPUT