Skip to content

Commit

Permalink
Added release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: fastlorenzo <[email protected]>
  • Loading branch information
fastlorenzo committed Nov 7, 2022
1 parent 004f79f commit c2f739a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 18 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/notify-on-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
on:
release:
types: [published]

jobs:
send-message:
runs-on: ubuntu-latest
name: Send message via Matrix
steps:
- name: Send message to mailu-helm-chart channel
id: matrix-chat-message
uses: fadenb/[email protected]
with:
homeserver: 'matrix.org'
token: ${{ secrets.MATRIX_TOKEN }}
channel: '!KluZWhQwHDYrOfqJdD:make-it.fr'
message: |
# New release of mailu-helm-chart
\
Version: **${{ github.event.release.tag_name }}**\
URL: **${{ github.event.release.html_url }}**\
\
Description:\
```${{ github.event.release.body }}```
18 changes: 0 additions & 18 deletions .github/workflows/test-matrix.yaml

This file was deleted.

0 comments on commit c2f739a

Please sign in to comment.