update: conn to es add 5s timeout

This commit is contained in:
loveuer
2024-03-26 17:16:11 +08:00
parent 77f0bbebe2
commit 887f450cf8
3 changed files with 21 additions and 15 deletions

View File

@ -40,7 +40,7 @@ jobs:
run: CGO_ENABLE=0 GOOS=darwin GOARCH=arm64 go build -ldflags='-s -w' -o dist/esgo2dump_${{ github.ref_name }}_darwin_arm64 .
- name: create releases
id: create_release
id: create_releases
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"