well crap.

This commit is contained in:
2024-12-17 14:05:51 +02:00
parent d6ec733c0b
commit 146e9e833e

View File

@@ -0,0 +1,14 @@
name: Release Notification
on:
release:
types: [published]
jobs:
notify:
name: Send Notification
runs-on: ubuntu-latest
steps:
- name: Send Notification
run: |
curl -s -H 'Cache: no' -d 'A new release has been published! Check it out: $GITEA_RELEASE_URL 😎' konsthol.eu:5656/Releases