make gh pr create working

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2024-03-04 08:31:42 +01:00
parent 54b1359c95
commit 619694e042
No known key found for this signature in database
GPG Key ID: 0E00D4D47D0C5AF7
1 changed files with 1 additions and 1 deletions

View File

@ -38,4 +38,4 @@ 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 --title "Update library $(date +%F)" --body "Update library to latest commit"
gh pr create --head "$(git branch --show-current)" --title "Update library $(date +%F)" --body "Update library to latest commit"