From a65cfb2cbd06e69917c8bf12292ddd06f61fca42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 16:21:51 +0000 Subject: [PATCH] chore(deps): update ncipollo/release-action action to v1.15.0 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 82332ee7..6b4bfb8c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -58,7 +58,7 @@ jobs: path: wheelhouse_nc_py_api - name: Create release draft - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.15.0 with: name: ${{ env.RELEASE_TAG }} tag: ${{ env.RELEASE_TAG }}