Skip to content

rvx-builder v3.16.1

rvx-builder v3.16.1 #1

name: Ping Discord on release
on:
release:
types: [published]
jobs:
notify-discord:
runs-on: ubuntu-latest
steps:
- uses: sarisia/actions-status-discord@v1
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK_URL }}
username: ReVanced Extended
color: 0xff5252
nodetail: true
notimestamp: true
content: "<@&1271198236350087283>"
title: "RVX-Builder `${{ github.event.release.tag_name }}` has been released!"
description: |
Click [here](${{ github.event.release.html_url }}) to download it and read the changelog.