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