From c33aed708c7fd7e3b1bf803d850b212a4694cab0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 01:53:47 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v2.6.1 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a92955..7694aa8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: tar cvf "$DIR_NAME.tar.gz" "$DIR_NAME/" - name: pre-release - uses: softprops/action-gh-release@v2.6.0 + uses: softprops/action-gh-release@v2.6.1 if: "! startsWith(github.ref, 'refs/tags/')" with: tag_name: master-${{ github.sha }} @@ -111,7 +111,7 @@ jobs: *.tar.gz - name: tagged-release - uses: softprops/action-gh-release@v2.6.0 + uses: softprops/action-gh-release@v2.6.1 if: startsWith(github.ref, 'refs/tags/') with: fail_on_unmatched_files: true