mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 12:57:04 +05:30
fix(release): use --notes-file
flag
This commit is contained in:
parent
00f164e347
commit
b3b896694f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -71,7 +71,7 @@ jobs:
|
||||||
git push origin "v${VERSION}"
|
git push origin "v${VERSION}"
|
||||||
|
|
||||||
# Create a GitHub release
|
# 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
|
# Start the next development iteration
|
||||||
./gradlew -q --no-configuration-cache bumpSnapshot
|
./gradlew -q --no-configuration-cache bumpSnapshot
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue