mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
fix(scripts): make GitHub release non-interactive
This commit is contained in:
parent
1560574e15
commit
c554459191
1 changed files with 1 additions and 1 deletions
|
@ -20,4 +20,4 @@ git commit -am 'feat(release): start next development iteration'
|
|||
|
||||
git push origin main "v${VERSION}"
|
||||
|
||||
gh release create "v${VERSION}" ./android/apk/*.apk ./android/bundle/*.aab
|
||||
gh release create "v${VERSION}" -F distribution/whatsnew/whatsnew-en-GB --title "v${VERSION}" ./android/apk/*.apk ./android/bundle/*.aab
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue