From b0442901102da6a7410d73b78fa5fbef2d23bc77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 18:20:40 +0000 Subject: [PATCH] Update ncipollo/release-action action to v1.13.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 0e48534..bfaf499 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -152,7 +152,7 @@ jobs: path: out/SHA512SUMS.sign - name: Create Madness GitHub release - uses: ncipollo/release-action@v1.12.0 + uses: ncipollo/release-action@v1.13.0 with: artifacts: "out/*" bodyFile: .github/RELEASE_TEMPLATE.md