fix(release): use --notes-file flag

This commit is contained in:
Harsh Shandilya 2022-11-20 01:26:48 +05:30
parent 00f164e347
commit b3b896694f
No known key found for this signature in database

View file

@ -71,7 +71,7 @@ jobs:
git push origin "v${VERSION}"
# Create a GitHub release
gh release create "v${VERSION}" -F distribution/whatsnew/whatsnew-en-GB --title "v${VERSION}" ./android/apk/*.apk ./android/bundle/*.aab
gh release create "v${VERSION}" --notes-file distribution/whatsnew/whatsnew-en-GB --title "v${VERSION}" ./android/apk/*.apk ./android/bundle/*.aab
# Start the next development iteration
./gradlew -q --no-configuration-cache bumpSnapshot