We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f26bc4 commit baf39a5Copy full SHA for baf39a5
.github/workflows/publisher.yml
@@ -0,0 +1,26 @@
1
+---
2
+
3
+on: # yamllint disable-line rule:truthy
4
+ release:
5
+ types:
6
+ - published
7
8
+name: 📢 Broadcast release
9
10
+jobs:
11
+ notify-discord:
12
+ runs-on: ubuntu-latest
13
+ timeout-minutes: 4
14
+ steps:
15
+ - name: Check out the codebase
16
+ uses: actions/checkout@v4
17
18
+ - name: Notify Discord about release
19
+ uses: SethCohen/[email protected]
20
+ with:
21
+ webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}
22
+ color: '002ED2'
23
+ username: 'Buggregator IDEA Plugin release'
24
+ content: '||@here||'
25
+ footer_title: '⭐⭐⭐⭐⭐'
26
+ footer_timestamp: false
0 commit comments