From 5f90ec5ace2e5c74ab4af72ea1851822a2d3765d Mon Sep 17 00:00:00 2001 From: Mat Sutcliffe Date: Wed, 22 Dec 2021 22:12:13 +0000 Subject: [PATCH] [CI] Second iteration of github-release fork --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b85504c09..fda44597f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -442,10 +442,9 @@ jobs: mkdir swiftsymbols mv swiftsymbols-*/* swiftsymbols - name: Create release - uses: swift-project/github-release@2.0-curlargs + uses: swift-project/github-release@2.0-connreset-retry id: create with: - curl_args: --retry 5 --retry-all-errors token: ${{ secrets.GITHUB_TOKEN }} tag: v${{ needs.preBuild.outputs.version }} commitish: ${{ github.sha }}