Skip to content

Commit

Permalink
Merge pull request #12919 from nextcloud/updateLib
Browse files Browse the repository at this point in the history
update lib hash: make script working
  • Loading branch information
tobiasKaminsky authored Apr 23, 2024
2 parents 228057d + 78737d1 commit 6ecca18
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/updateLibraryHash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6ecca18

Please sign in to comment.