Update push-tag-release.yml
This commit is contained in:
parent
59b2952aa7
commit
dd0ba01248
|
@ -12,6 +12,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
- name: config
|
||||
run: |
|
||||
git config --global http.postBuffer 524288000
|
||||
git config user.name ${{ vars.SDK_USERNAME }}
|
||||
git config user.email ${{ vars.SDK_EMAIL }}
|
||||
- name: push && tag && release
|
||||
|
|
Loading…
Reference in New Issue