Skip to content

Commit

Permalink
Notify Winston about publish
Browse files Browse the repository at this point in the history
  • Loading branch information
gabber235 committed Feb 13, 2024
1 parent 07f617d commit bbad391
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/build-development-jars-and-publish.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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 }}"}'

0 comments on commit bbad391

Please sign in to comment.