Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2024-02-26 15:54:37 +01:00
Родитель cf53f49d1d
Коммит 06f42fdd72
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 0E00D4D47D0C5AF7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -37,5 +37,5 @@ sed -i s"#androidLibraryVersion\ =.*#androidLibraryVersion =\"$latestCommit\"#"
git add build.gradle
git add gradle/verification-metadata.xml
git commit -m "Update library"
git commit -s -m "Update library"
gh pr create --title "Update library $(date +%F)" --body "Update library to latest commit"