From d0361917acce7db49bd0809525c11e6f7121e20c Mon Sep 17 00:00:00 2001 From: jimyag Date: Thu, 18 Apr 2024 00:08:42 +0800 Subject: [PATCH] fix workflow release exists --- .github/workflows/realease.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/realease.yml b/.github/workflows/realease.yml index 3600a92..a386bb2 100644 --- a/.github/workflows/realease.yml +++ b/.github/workflows/realease.yml @@ -8,6 +8,7 @@ jobs: name: Release Go Binary runs-on: ubuntu-latest strategy: + max-parallel: 1 matrix: include: - goarch: amd64