From a9bfee5149e1ba58215c042faf8960e1c0634a97 Mon Sep 17 00:00:00 2001 From: Ethan Dye Date: Thu, 11 Jul 2024 22:06:28 -0600 Subject: [PATCH] Update release action (#115) Signed-off-by: Ethan Dye --- .github/workflows/release-action.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-action.yml b/.github/workflows/release-action.yml index 45b5b87..31d54bc 100644 --- a/.github/workflows/release-action.yml +++ b/.github/workflows/release-action.yml @@ -30,12 +30,10 @@ jobs: gpg --verify zram-config-${tag}.tar.lz.asc zram-config-${tag}.tar.lz unset tag shell: bash - - uses: "marvinpinto/action-automatic-releases@v1.2.1" + - uses: "softprops/action-gh-release@v2" with: - repo_token: "${{ secrets.GITHUB_TOKEN }}" - title: "${{ github.ref_name }}" - automatic_release_tag: "${{ github.ref_name }}" - prerelease: false + generate_release_notes: true + make_latest: true files: | zram-config-*.tar.lz zram-config-*.tar.lz.asc