diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 1bf1535966cfc025bc2cdcfe5544d5b7f7fc43a6..830822f912e61a64068d6c961eb90ba3a226842e 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -25,9 +25,10 @@ jobs:
       run: go build -v ./...
   release:
     runs-on: ubuntu-20.04
-    needs: [lint, build]
+#    needs: [lint, build]
     if: startsWith(github.ref, 'refs/tags/')
     steps:
+    - uses: actions/checkout@v2
     - name: Run GoReleaser
       uses: goreleaser/goreleaser-action@v2
       with: