make script working

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2024-04-23 11:31:39 +02:00
parent 228057d2c9
commit 78737d1078
No known key found for this signature in database
GPG Key ID: 0E00D4D47D0C5AF7
1 changed files with 4 additions and 2 deletions

View File

@ -21,5 +21,7 @@ sed -i s"#androidLibraryVersion\ =.*#androidLibraryVersion =\"$latestCommit\"#"
git add build.gradle
git add gradle/verification-metadata.xml
git commit -s -m "Update library"
gh pr create --head "$(git branch --show-current)" --title "Update library $(date +%F)" --body "Update library to latest commit"
git commit -s -m "Update library to $(date +%F)"
git push -u origin HEAD
gh pr create --fill