move update cronet from release.yml to cronet.yml and create pull request by automatically

This commit is contained in:
HalfLife
2022-03-06 12:44:47 +08:00
parent 9fd96c1709
commit 18024cf4d7
3 changed files with 43 additions and 12 deletions
+1 -12
View File
@@ -1,4 +1,4 @@
name: Build and Release
name: Release Build
on:
# push:
@@ -37,17 +37,6 @@ jobs:
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Download Lastest Cronet jar
run: |
echo "获取cronet最新版本"
source .github/scripts/cronet.sh
git add *cronet*jar
git add *cronet.json
git add gradle.properties
git add *updateLog.md
git commit -m "bump cronet version: $lastest_cronet_version" -m "changes in the [Git log](https://chromium.googlesource.com/chromium/src/+log/$current_cronet_version..$lastest_cronet_version)"
git push origin master
- name: Release Apk Sign
run: |
echo "给apk增加签名"