From 48f2bedce518f057d958458d1b18d3f9551dd40f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 00:42:30 +0000 Subject: [PATCH] ci(github-action): update ncipollo/release-action action to v1.21.0 | datasource | package | from | to | | ----------- | ----------------------- | ------- | ------- | | github-tags | ncipollo/release-action | v1.18.0 | v1.21.0 | --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e09742a..e230535 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,7 +26,7 @@ jobs: tag: ${{ github.ref_name }} - name: Create Release - uses: ncipollo/release-action@v1.18.0 + uses: ncipollo/release-action@v1.21.0 with: allowUpdates: true draft: false