Skip to content

Commit

Permalink
ci: Automatic release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwalz authored Jul 20, 2024
1 parent 3326125 commit ab09260
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,12 @@ jobs:
path: |
./*.rpm
!./*-debuginfo-*.rpm
- uses: "marvinpinto/action-automatic-releases@latest"
- name: Release
uses: softprops/action-gh-release@v2
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
./*.deb
./*.rpm
!./*-debuginfo-*.rpm
generate_release_notes: true

0 comments on commit ab09260

Please sign in to comment.