From eb69fa7145e2d178398a6159f2213b7f1ce8e5cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 01:12:13 +0000 Subject: [PATCH] Bump ncipollo/release-action from 1.16.0 to 1.18.0 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.16.0 to 1.18.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/440c8c1cb0ed28b9f43e4d1d670870f059653174...bcfe5470707e8832e12347755757cec0eb3c22af) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 9a32dbea..88dcb30c 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -51,7 +51,7 @@ jobs: echo "Version: v${{ env.VERSION }}" - name: Create a release - uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 + uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af with: name: v${{ env.VERSION }} tag: v${{ env.VERSION }}