Skip to content

Commit

Permalink
ci: Automatically create a release on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviermartin committed Apr 3, 2024
1 parent 42c97d4 commit 7758bae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ jobs:
build/*.deb
build/*.rpm
build/*.zip
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
build/*.deb
build/*.rpm
build/*.zip
build-release-force-dbus:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7758bae

Please sign in to comment.