From 146e9e833e489f3a526d3d7b25f92fc96bbf12d7 Mon Sep 17 00:00:00 2001 From: konsthol Date: Tue, 17 Dec 2024 14:05:51 +0200 Subject: [PATCH] well crap. --- .gitea/workflows/notify.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitea/workflows/notify.yaml diff --git a/.gitea/workflows/notify.yaml b/.gitea/workflows/notify.yaml new file mode 100644 index 0000000..783d0dd --- /dev/null +++ b/.gitea/workflows/notify.yaml @@ -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