Skip to content

Commit 37e0e6c

Browse files
authored
Merge pull request #55 from geotribu/ci/publish-new-release-message-to-matrix
ci: publish matrix message on new release
2 parents c02bc9f + 717e487 commit 37e0e6c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/package_and_release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,14 @@ jobs:
164164
--allow-uncommitted-changes
165165
--osgeo-username ${{ secrets.OSGEO_USER }}
166166
--osgeo-password ${{ secrets.OSGEO_PASSWORD }}
167+
168+
- name: Send notification on matrix
169+
id: matrix-notification
170+
uses: fadenb/[email protected]
171+
with:
172+
homeserver: ${{ secrets.PUBLISH_MATRIX_HOMESERVER }}
173+
token: ${{ secrets.PUBLISH_MATRIX_TOKEN }}
174+
channel: ${{ secrets.PUBLISH_MATRIX_CHANNEL }}
175+
message: |
176+
💬 QChat ${{ github.ref_name }} !\
177+
-> https://plugins.qgis.org/plugins/qchat/

0 commit comments

Comments
 (0)