From a47147fd9bdb2d9bfb5592a6ba11a78509a644fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 23:46:23 +0100 Subject: [PATCH] Bump softprops/action-gh-release from 1 to 2 (#45) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a5955d92261..c74c551a6f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -460,7 +460,7 @@ jobs: git pull --tags - name: 🚀 Deploy stable if: ${{ github.ref == 'refs/tags/stable' }} - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 continue-on-error: true with: prerelease: true @@ -480,7 +480,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: 🚀 Deploy nightly if: ${{ github.ref == 'refs/tags/nightly' }} - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 continue-on-error: true with: prerelease: true @@ -499,7 +499,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 continue-on-error: true if: startsWith(github.ref, 'refs/tags/v') with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae533c5aac7..36a38005f1f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -102,7 +102,7 @@ jobs: token: ${{ secrets.CI_PAT }} fetch-depth: 0 - name: Create release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: prerelease: ${{ github.event.inputs.stable != 'true' }} tag_name: v${{ env.FLOW_VERSION }}