From dc2749c473d79217d0be5588e8c43fd7ae2cd395 Mon Sep 17 00:00:00 2001 From: rick Date: Mon, 27 Apr 2020 09:21:48 +0800 Subject: [PATCH] Do not need to gen-data when releasing --- .github/workflows/release.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d82773d..af9111b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,8 +17,6 @@ jobs: uses: actions/setup-go@v1 with: go-version: 1.13.x - - name: Gen Bindata - run: make gen-data-linux - name: Run GoReleaser uses: goreleaser/goreleaser-action@v1 with: -- GitLab