Skip to content

Commit

Permalink
Merge branch 'new-components'
Browse files Browse the repository at this point in the history
  • Loading branch information
batosai committed Sep 11, 2024
2 parents ee23931 + 71e0839 commit 83c4462
Show file tree
Hide file tree
Showing 6 changed files with 784 additions and 635 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Notify Discord on Release

on:
release:
types: [published]
workflow_dispatch:

jobs:
notify-discord:
runs-on: ubuntu-latest

steps:
- name: Send notification to Discord
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_URL }}
uses: Ilshidur/[email protected]
Loading

0 comments on commit 83c4462

Please sign in to comment.