Skip to content

Commit e6f5435

Browse files
ci: fix release drafter race condition (#19)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 7e15ba3 commit e6f5435

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release-drafter.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- main
77

8+
concurrency:
9+
group: release-drafter
10+
cancel-in-progress: false
11+
812
permissions:
913
contents: read
1014

@@ -16,7 +20,8 @@ jobs:
1620
runs-on: ubuntu-latest
1721
steps:
1822
# Drafts the next Release notes as Pull Requests are merged into "main"
19-
- uses: release-drafter/release-drafter@v6
23+
# Pinned to v6.0.0 to avoid v6.1.0 bug: https://github.com/release-drafter/release-drafter/issues/1425
24+
- uses: release-drafter/release-drafter@v6.0.0
2025
with:
2126
config-name: release-drafter.yml
2227
disable-autolabeler: true

0 commit comments

Comments
 (0)