Skip to content

Commit 69df011

Browse files
committed
Revert "chore: bump softprops/action-gh-release from 1 to 2 (#6740)"
This reverts commit 1abb2ee. Trying to see if this fixes the release making separate drafts instead of a single draft.
1 parent 3542bd1 commit 69df011

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
VERSION: ${{ env.VERSION }}
9696
run: yarn package
9797

98-
- uses: softprops/action-gh-release@v2
98+
- uses: softprops/action-gh-release@v1
9999
with:
100100
draft: true
101101
discussion_category_name: "📣 Announcements"
@@ -191,7 +191,7 @@ jobs:
191191
VERSION: ${{ env.VERSION }}
192192
run: npm run package ${npm_config_arch}
193193

194-
- uses: softprops/action-gh-release@v2
194+
- uses: softprops/action-gh-release@v1
195195
with:
196196
draft: true
197197
discussion_category_name: "📣 Announcements"
@@ -253,7 +253,7 @@ jobs:
253253
VERSION: ${{ env.VERSION }}
254254
run: yarn package
255255

256-
- uses: softprops/action-gh-release@v2
256+
- uses: softprops/action-gh-release@v1
257257
with:
258258
draft: true
259259
discussion_category_name: "📣 Announcements"
@@ -270,7 +270,7 @@ jobs:
270270
with:
271271
name: npm-release-package
272272

273-
- uses: softprops/action-gh-release@v2
273+
- uses: softprops/action-gh-release@v1
274274
with:
275275
draft: true
276276
discussion_category_name: "📣 Announcements"

0 commit comments

Comments
 (0)