diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index e1403b8..4d9548d 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -68,3 +68,12 @@ jobs: ## Details See: [${{ steps.git_tags.outputs.prev }}...${{ steps.git_tags.outputs.current }}](/compare/${{ steps.git_tags.outputs.prev }}...${{ steps.git_tags.outputs.current }}) + - name: Send notification + if: ${{ !cancelled() }} + uses: dragonish/send-to-gotify@v1 + with: + url: ${{ secrets.GOTIFY_URL }} + token: ${{ secrets.GOTIFY_TOKEN }} + title: ${{ gitea.repository }} + message: "Release ${{ steps.git_tags.outputs.current }}\n\n*status: ${{ job.status }}*" + content-type: "text/markdown"