Update push-tag-release.yml

This commit is contained in:
mawenbo 2023-07-27 19:45:43 +08:00 committed by GitHub
parent 59b2952aa7
commit dd0ba01248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: config - name: config
run: | run: |
git config --global http.postBuffer 524288000
git config user.name ${{ vars.SDK_USERNAME }} git config user.name ${{ vars.SDK_USERNAME }}
git config user.email ${{ vars.SDK_EMAIL }} git config user.email ${{ vars.SDK_EMAIL }}
- name: push && tag && release - name: push && tag && release