From 4ab3988774f0f2ecc438e0be9588d43c4087f759 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 08:00:12 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v2.1.0 (#100) --- .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