From c37f15cf97e91918f678021daee1346486e153df Mon Sep 17 00:00:00 2001 From: LongYinan Date: Mon, 11 Mar 2024 02:25:33 +0000 Subject: [PATCH] chore: bump up softprops/action-gh-release action to v2 (#6051) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [softprops/action-gh-release](https://togithub.com/softprops/action-gh-release) | action | major | `v1` -> `v2` | --- ### Release Notes
softprops/action-gh-release (softprops/action-gh-release) ### [`v2`](https://togithub.com/softprops/action-gh-release/compare/v1...v2) [Compare Source](https://togithub.com/softprops/action-gh-release/compare/v1...v2)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/toeverything/AFFiNE). --- .github/workflows/release-desktop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-desktop.yml b/.github/workflows/release-desktop.yml index c4c502d63..f514dd495 100644 --- a/.github/workflows/release-desktop.yml +++ b/.github/workflows/release-desktop.yml @@ -351,7 +351,7 @@ jobs: RELEASE_VERSION: ${{ needs.before-make.outputs.RELEASE_VERSION }} - name: Create Release Draft if: ${{ github.ref_type == 'tag' }} - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: name: ${{ needs.before-make.outputs.RELEASE_VERSION }} body: '' @@ -367,7 +367,7 @@ jobs: ./*.yml - name: Create Nightly Release Draft if: ${{ github.ref_type == 'branch' }} - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} with: