From 851f1a0df3e8e65111c70010d3ccddb8b079c552 Mon Sep 17 00:00:00 2001 From: Francesco Racciatti <97034431+francesco-racciatti@users.noreply.github.com> Date: Fri, 1 Dec 2023 17:52:01 +0100 Subject: [PATCH] fix: replace actions/create-release@v1 with softprops/action-gh-release@v1 (#14) Signed-off-by: francesco-racciatti --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e8d1641..eb4c1c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: - name: Create GitHub Release id: create_release - uses: actions/create-release@v1 + uses: softprops/action-gh-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: