Skip to content

Commit

Permalink
feat: Config
Browse files Browse the repository at this point in the history
  • Loading branch information
dango2887 committed Aug 23, 2023
1 parent 3315dcd commit f47fb41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_lib_widget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
# Update the versionCode in the build file
grep "VERSION_NAME" lib/widget/gradle.properties | grep '[0-9]\+$'
- name: 上传2
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
run: |
pwd
git config --global --add safe.directory /__w/DangoUnit/DangoUnit
Expand All @@ -45,8 +47,6 @@ jobs:
git commit -am "Update versionCode"
echo ${{ secrets.PERSONAL_ACCESS_TOKEN }}
git push
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f47fb41

Please sign in to comment.