diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 85fcfd4..f8a0398 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,4 +19,17 @@ jobs: - run: npm ci - run: npx semantic-release env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + + notify-finish: + needs: release + runs-on: ubuntu-latest + steps: + - name: Discord Webhook - Notify Finish Release + uses: tsickert/discord-webhook@v5.3.0 + with: + webhook-url: ${{ secrets.GH_RELEASE_WEBHOOK_URL }} + embed-author-name: "${{ github.repository }}" + embed-author-url: "${{ github.server_url }}/${{ github.repository }}" + embed-color: 45317 + embed-description: "<@&975346074560634940>, a new version was just **released** - go check it out: [here](${{ github.server_url }}/${{ github.repository }}/releases/latest)" \ No newline at end of file