diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 8220457..8087c46 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -6,13 +6,7 @@ on: - "*" permissions: - actions: read - contents: read - statuses: write - -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true + contents: write jobs: goreleaser: