We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 794dfae commit cc26db4Copy full SHA for cc26db4
1 file changed
.github/workflows/version-bump.yml
@@ -13,6 +13,11 @@ on:
13
- major
14
default: patch
15
16
+concurrency:
17
+ group: version-bump
18
+ # Queue runs to avoid overlapping version bumps, tag collisions, and push races.
19
+ cancel-in-progress: false
20
+
21
permissions:
22
contents: write # Required for pushing commits and tags
23
packages: write # Required for GHCR push (docker-publish)
0 commit comments