From 52fc31e7c3aaf1f9468f0e135ba16ed79ad6ff27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 07:43:21 +0100 Subject: [PATCH] Bump ncipollo/release-action from 1.13.0 to 1.14.0 (#140) Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index d8696d2..f5406ec 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -110,7 +110,7 @@ jobs: - name: Create Pre-Release for Betas if: contains(env.CURRENT_VERSION, 'beta') - uses: ncipollo/release-action@v1.13.0 + uses: ncipollo/release-action@v1.14.0 with: tag: ${{ env.CURRENT_VERSION }} generateReleaseNotes: true @@ -133,7 +133,7 @@ jobs: - name: Create Release if: "!contains(env.CURRENT_VERSION, 'beta') && !contains(env.CURRENT_VERSION, 'SNAPSHOT')" - uses: ncipollo/release-action@v1.13.0 + uses: ncipollo/release-action@v1.14.0 with: tag: ${{ env.CURRENT_VERSION }} generateReleaseNotes: true