From badded4efdf6ecad8fd6181439df9891871f9dde Mon Sep 17 00:00:00 2001 From: Will Chen Date: Tue, 15 Apr 2025 15:51:40 -0700 Subject: [PATCH] Sequentialize release --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e0e24ed..a286677 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,9 @@ jobs: build: environment: release 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: os: [ # { name: "linux", image: "ubuntu-latest" },