diff options
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r-- | .github/workflows/release.yml | 4 |
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 | ||
8 | concurrency: | ||
9 | group: "${{ github.workflow }}-${{ github.ref }}" | ||
10 | cancel-in-progress: true | ||
11 | |||
8 | permissions: | 12 | permissions: |
9 | contents: write | 13 | contents: write |
10 | 14 | ||