소스 검색

Merge pull request #12919 from nextcloud/updateLib

update lib hash: make script working
Tobias Kaminsky 1 년 전
부모
커밋
6ecca18ec0
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      scripts/updateLibraryHash.sh

+ 4 - 2
scripts/updateLibraryHash.sh

@@ -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