From 69df01185ce2f80e99c9e4f8c8de1907cc7a9bc5 Mon Sep 17 00:00:00 2001 From: Asher Date: Thu, 19 Sep 2024 12:08:43 -0800 Subject: [PATCH] Revert "chore: bump softprops/action-gh-release from 1 to 2 (#6740)" This reverts commit 1abb2ee567d8081d9e8935e1193b2e31f0d8e834. Trying to see if this fixes the release making separate drafts instead of a single draft. --- .github/workflows/release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 630f0ba43c38..d150330f4bfb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -95,7 +95,7 @@ jobs: VERSION: ${{ env.VERSION }} run: yarn package - - uses: softprops/action-gh-release@v2 + - uses: softprops/action-gh-release@v1 with: draft: true discussion_category_name: "📣 Announcements" @@ -191,7 +191,7 @@ jobs: VERSION: ${{ env.VERSION }} run: npm run package ${npm_config_arch} - - uses: softprops/action-gh-release@v2 + - uses: softprops/action-gh-release@v1 with: draft: true discussion_category_name: "📣 Announcements" @@ -253,7 +253,7 @@ jobs: VERSION: ${{ env.VERSION }} run: yarn package - - uses: softprops/action-gh-release@v2 + - uses: softprops/action-gh-release@v1 with: draft: true discussion_category_name: "📣 Announcements" @@ -270,7 +270,7 @@ jobs: with: name: npm-release-package - - uses: softprops/action-gh-release@v2 + - uses: softprops/action-gh-release@v1 with: draft: true discussion_category_name: "📣 Announcements"