Skip to content

Commit

Permalink
ci: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Jan 30, 2024
1 parent ee8e1f6 commit 37d932b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_levilamina.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37d932b

Please sign in to comment.