feat: add russian translation (#305)

chore: add build step for discord notification of new releases
This commit is contained in:
Miguel Ribeiro
2024-05-08 21:45:46 +02:00
committed by GitHub
parent 7ee8f5bb5f
commit ae04d50329
6 changed files with 300 additions and 1 deletions
+7
View File
@@ -76,3 +76,10 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/arm/v7
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Send notification to Discord
if: github.event_name != 'pull_request'
uses: Ilshidur/action-discord@master
with:
args: "A new release has been created: ${{ steps.meta.outputs.tags }}"
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}