From 9ce2fbbda6718e497157f2069a8f5c223729b193 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 15:59:19 +0000 Subject: [PATCH] ci: Bump ncipollo/release-action from 1.14.0 to 1.15.0 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index a5f8bb3..c07a0d3 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -96,7 +96,7 @@ jobs: base-ref: '${{ inputs.existingTag }}' - name: Publish release - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.15.0 with: prerelease: ${{ inputs.branch != 'master' }} tag: 'v${{ inputs.releaseVersion }}'