From b3b896694f46b3521427496c5bae6bb01a41d48a Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 20 Nov 2022 01:26:48 +0530 Subject: [PATCH] fix(release): use `--notes-file` flag --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 08fa6605..3cec1994 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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