Skip to content

Commit

Permalink
feat: Config
Browse files Browse the repository at this point in the history
  • Loading branch information
dango2887 committed Aug 30, 2023
1 parent 4dc670d commit 5a2ce12
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/push_lib_widget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:
run: |
# Update the versionCode in the build file
grep "VERSION_NAME" lib/widget/gradle.properties | grep '[0-9]\+$'
# - name: 上传2
# run: |
# pwd
# echo $GITHUB_TOKEN
# git config --global --add safe.directory /__w/DangoUnit/DangoUnit
# git config --global user.email "[email protected]"
# git config --global user.name "GitHub Actions"
# git commit -am "Update versionCode"
# git push
- name: 上传2
run: |
pwd
echo $GITHUB_TOKEN
git config --global --add safe.directory /__w/DangoUnit/DangoUnit
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
git commit -am "Update versionCode"
git push
# - name: 发布
# run: |
# ./gradlew :lib:widget:publish
Expand Down

0 comments on commit 5a2ce12

Please sign in to comment.