diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index eda6ac2..5cd00ac 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -9,7 +9,6 @@ permissions: jobs: goreleaser: - needs: [build, golangci] runs-on: ubuntu-latest steps: - name: Checkout