From 4ca8cb7704a5a61489c296aa208f28def8e36365 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Jun 2025 21:44:02 +0000 Subject: [PATCH] chore(deps): update ncipollo/release-action action to v1.18.0 --- .github/workflows/create-release-draft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release-draft.yml b/.github/workflows/create-release-draft.yml index 3df2f2b0..8e4f4472 100644 --- a/.github/workflows/create-release-draft.yml +++ b/.github/workflows/create-release-draft.yml @@ -102,7 +102,7 @@ jobs: # tar -zcvf ${{ env.APP_NAME }}.tar.gz ${{ env.APP_NAME }} - name: Create release draft - uses: ncipollo/release-action@v1.13.0 + uses: ncipollo/release-action@v1.18.0 with: name: ${{ env.RELEASE_TAG }} tag: ${{ env.RELEASE_TAG }}