feat: add russian translation (#305)
chore: add build step for discord notification of new releases
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user