From 791bca79d8ae688a3ace82de7a661b683ec36d6e Mon Sep 17 00:00:00 2001 From: gclm Date: Fri, 28 Jan 2022 11:20:19 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E5=A4=8D=E5=B9=B6=E7=B2=BE?= =?UTF-8?q?=E7=AE=80CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c30843..c72fdf7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,16 +10,6 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Go - uses: actions/setup-go@v2 - with: - go-version: 1.17 - - - name: Validates GO releaser config - uses: docker://goreleaser/goreleaser:latest - with: - args: check - - name: Create release on GitHub uses: docker://goreleaser/goreleaser:latest with: