ci: dont commit changelog changes in flutter package

This commit is contained in:
Sam Marks 2022-07-05 11:50:07 -04:00 committed by GitHub
parent a1c4362924
commit ad5935a09b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,7 @@ jobs:
with:
file: packages/iconoir-flutter/CHANGELOG.md
github_token: ${{ secrets.GITHUB_TOKEN }}
commit: false
- run: pnpm run build
- run: pnpm run prepublish-all
env: