We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
concurrency
1 parent ed63f12 commit ad778e1Copy full SHA for ad778e1
.github/workflows/changeset-version.yml
@@ -5,6 +5,8 @@ on:
5
branches:
6
- main
7
8
+concurrency: ${{ github.workflow }}-${{ github.ref }}
9
+
10
jobs:
11
release:
12
name: Release
0 commit comments