aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index a146f5c..c2e94b8 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -6,7 +6,7 @@ on:
6 tags: [ "v*" ] 6 tags: [ "v*" ]
7 7
8concurrency: 8concurrency:
9 group: "${{ github.workflow }}-${{ github.ref }}" 9 group: "${{ github.workflow }}-${{ github.event.number || github.ref }}"
10 cancel-in-progress: true 10 cancel-in-progress: true
11 11
12permissions: 12permissions: