We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f14137 commit 318ef7cCopy full SHA for 318ef7c
1 file changed
.github/workflows/release.yml
@@ -8,6 +8,10 @@ on:
8
tags:
9
- 'v*.*.*'
10
11
+concurrency:
12
+ group: ${{ github.ref }}
13
+ cancel-in-progress: true
14
+
15
jobs:
16
release:
17
name: Build and publish release
0 commit comments