From d0a8db0cc03f1ca3c638de2bdf6a6fa5a974ef29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:38:16 +0000 Subject: [PATCH] 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/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 867903f..a772204 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -465,7 +465,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 @@ -485,7 +485,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 @@ -504,7 +504,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 2463711..8ceef1a 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.QECK_VERSION }}