From 1fac6bad764c230402aa158f077b329c2159a5c9 Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Tue, 7 Dec 2021 04:32:53 +0300 Subject: [PATCH] Update goreleaser workflow --- .github/workflows/goreleaser.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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