From 0cd420d3268453238219997c3a9cd65af4ce13d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:16:13 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v2.1.0 --- .github/workflows/releaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index cbeadfc..e19f105 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -52,7 +52,7 @@ jobs: git push --tags working-directory: ${{ github.workspace }}/ghostfolio - name: Create release - uses: softprops/action-gh-release@v2.0.9 + uses: softprops/action-gh-release@v2.1.0 with: tag_name: v${{ steps.semver.outputs.semver }} body_path: CHANGELOG.txt