Skip to content

Commit 83c4462

Browse files
committed
Merge branch 'new-components'
2 parents ee23931 + 71e0839 commit 83c4462

File tree

6 files changed

+784
-635
lines changed

6 files changed

+784
-635
lines changed

.github/workflows/release.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Notify Discord on Release
2+
3+
on:
4+
release:
5+
types: [published]
6+
workflow_dispatch:
7+
8+
jobs:
9+
notify-discord:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Send notification to Discord
14+
env:
15+
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_URL }}
16+
uses: Ilshidur/[email protected]

0 commit comments

Comments
 (0)