From bbad3916c71673e34435222fdf00f9bd83335851 Mon Sep 17 00:00:00 2001 From: Gabber235 Date: Tue, 13 Feb 2024 11:25:37 +0100 Subject: [PATCH] Notify Winston about publish --- .../build-development-jars-and-publish.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-development-jars-and-publish.yml b/.github/workflows/build-development-jars-and-publish.yml index 67142d9c16..4a325e4c32 100644 --- a/.github/workflows/build-development-jars-and-publish.yml +++ b/.github/workflows/build-development-jars-and-publish.yml @@ -1,14 +1,6 @@ name: Build Development Jars and Publish on: - pull_request: - branches: - - main - paths: - - 'plugin/**' - - 'adapters/**' - - 'app/**' - - '.github/workflows/build-development-jars-and-publish.yml' workflow_dispatch: jobs: @@ -105,5 +97,10 @@ jobs: I have published a development build of Typewriter. Version: ${{ steps.vars.outputs.version }} [Download](https://modrinth.com/plugin/typewriter/version/${{ steps.publish.outputs.modrinth-version }}) - + - name: Notify Winston + uses: fjogeleit/http-request-action@v1 + with: + url: 'https://winston-discord-bot.fly.dev/publishbeta' + method: 'GET' + customHeaders: '{"X-Signature": "${{ secrets.WINSTON_SIGNATURE }}"}'