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.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 8230b82..a146f5c 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -5,6 +5,10 @@ on:
5 push: 5 push:
6 tags: [ "v*" ] 6 tags: [ "v*" ]
7 7
8concurrency:
9 group: "${{ github.workflow }}-${{ github.ref }}"
10 cancel-in-progress: true
11
8permissions: 12permissions:
9 contents: write 13 contents: write
10 14