ci: automatically generate flutter changelog from releases

This commit is contained in:
Sam Marks 2022-07-05 11:43:33 -04:00 committed by GitHub
parent ad987ec495
commit 2d1b2ddf8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,10 @@ jobs:
with:
version: 6.27.1
run_install: true
- uses: rhysd/changelog-from-release/action@v2
with:
file: packages/iconoir-flutter/CHANGELOG.md
github_token: ${{ secrets.GITHUB_TOKEN }}
- run: pnpm run build
- run: pnpm run prepublish-all
env: