From 41bd2071ebf065f8d830fa13919b16cbd29ecc15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 18:55:50 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v2 --- .github/workflows/ci-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index b43a5fa..ed8b392 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -31,6 +31,6 @@ jobs: run: ls -lh && cat metadata.txt - name: Release if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: questions_${{ env.TAG }}.epub