From c9165c682e35e16a5dba00ff45e18d483f4c15ca Mon Sep 17 00:00:00 2001 From: AvaLilac Date: Wed, 18 Mar 2026 13:11:23 -0400 Subject: [PATCH] Update release-please.yml Signed-off-by: AvaLilac --- .github/workflows/release-please.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 26f003e..c863b0f 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -20,8 +20,6 @@ jobs: runs-on: ubuntu-latest outputs: release_created: ${{ steps.rp.outputs.release_created }} - release_tag: ${{ steps.rp.outputs.release_tag }} - release_name: ${{ steps.rp.outputs.release_name }} steps: - id: app-token uses: actions/create-github-app-token@v2 @@ -34,17 +32,6 @@ jobs: token: ${{ steps.app-token.outputs.token }} config-file: release-please-config.json - # ✅ Notify Stoat webhook immediately after release is created - - name: Notify Stoat - if: steps.rp.outputs.release_created == 'true' - run: | - RELEASE_URL="https://github.com/${{ github.repository }}/releases/tag/${{ steps.rp.outputs.release_tag }}" - MSG="🚀 New release: ${{ steps.rp.outputs.release_name }} (${{ steps.rp.outputs.release_tag }}) - $RELEASE_URL" - - curl -X POST "https://stoat.chat/api/webhooks/01KM0VR768BP5W0CAB54ASK2QP/ruEjyZDLwgOip8ClH_oURUPu3LehRz_7yEXb1VVdO5ZuX2d4Pd8-z7aN0aQWmbrj" \ - -H "Content-Type: application/json" \ - -d "{\"content\":\"$MSG\"}" - publish-release: name: Publish App needs: release-please @@ -57,7 +44,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - + steps: - name: Checkout uses: actions/checkout@v4