Sequentialize release
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -12,6 +12,9 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
environment: release
|
environment: release
|
||||||
strategy:
|
strategy:
|
||||||
|
# Do it sequentially to avoid a race condition where multiple release drafts
|
||||||
|
# for the same version are created in parallel.
|
||||||
|
max-parallel: 1
|
||||||
matrix:
|
matrix:
|
||||||
os: [
|
os: [
|
||||||
# { name: "linux", image: "ubuntu-latest" },
|
# { name: "linux", image: "ubuntu-latest" },
|
||||||
|
|||||||
Reference in New Issue
Block a user