diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index c870913db5acf230be9c2a00f73a843322db9be9..e8aa2d10c6cc8786079e8749517ee99bccbfa4b1 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -3,7 +3,9 @@ name: goreleaser on: push: tags: - - "v*.*.*" + - v*.*.* + +concurrency: goreleaser permissions: contents: write