From fb55a4b395de378df478b2f8420023ad70be4265 Mon Sep 17 00:00:00 2001 From: Ankit Khushwaha <124484362+ankitkhushwaha@users.noreply.github.com> Date: Fri, 7 Feb 2025 13:01:40 +0530 Subject: [PATCH] Update release.yml --- .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 4f4a96b..b07ab10 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Create GitHub Release - uses: actions/create-release@v1 + uses: "marvinpinto/action-automatic-releases@latest" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: