diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 64446f1..52efbd4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,10 @@ on: push: tags: ["v*"] +concurrency: + group: release + cancel-in-progress: false + permissions: contents: write id-token: write # Required for cosign keyless signing via OIDC