Skip to content

Commit

Permalink
Revert "chore: bump softprops/action-gh-release from 1 to 2 (#6740)"
Browse files Browse the repository at this point in the history
This reverts commit 1abb2ee.

Trying to see if this fixes the release making separate drafts instead
of a single draft.
  • Loading branch information
code-asher committed Sep 19, 2024
1 parent 3542bd1 commit 69df011
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 69df011

Please sign in to comment.