From 34f63772dfedefbeb2bba370c35a3a14a3714209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 02:42:32 +0000 Subject: [PATCH] chore: bump softprops/action-gh-release from 1 to 2 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 1a09c6dda..3e9c13638 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -87,7 +87,7 @@ jobs: VERSION: ${{ env.VERSION }} run: npm run package - - uses: softprops/action-gh-release@v1 + - uses: softprops/action-gh-release@v2 with: draft: true discussion_category_name: "📣 Announcements" @@ -185,7 +185,7 @@ jobs: VERSION: ${{ env.VERSION }} run: npm run package ${npm_config_arch} - - uses: softprops/action-gh-release@v1 + - uses: softprops/action-gh-release@v2 with: draft: true discussion_category_name: "📣 Announcements" @@ -246,7 +246,7 @@ jobs: VERSION: ${{ env.VERSION }} run: npm run package - - uses: softprops/action-gh-release@v1 + - uses: softprops/action-gh-release@v2 with: draft: true discussion_category_name: "📣 Announcements" @@ -263,7 +263,7 @@ jobs: with: name: npm-release-package - - uses: softprops/action-gh-release@v1 + - uses: softprops/action-gh-release@v2 with: draft: true discussion_category_name: "📣 Announcements"