Skip to content

Commit

Permalink
Update release action (#115)
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <mrtops03@gmail.com>
  • Loading branch information
ecdye committed Jul 12, 2024
1 parent 6324f37 commit 579fadc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 579fadc

Please sign in to comment.