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 a1cd8c4 commit dc4a2d8Copy full SHA for dc4a2d8
.github/workflows/gradle.yml
@@ -21,3 +21,15 @@ jobs:
21
bintrayApiKey: ${{ secrets.bintrayApiKey }}
22
BUILD_NUMBER: 0 # Releases are always major.minor.revision_0
23
run: ./gradlew bintrayUpload
24
+ sendMessage:
25
+ if: success()
26
+ runs-on: ubuntu-latest
27
+ steps:
28
+ - name: Discord notification
29
+ uses: rjstone/discord-webhook-notify@v1.0.2
30
+ with:
31
+ webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
32
+ severity: info
33
+ username: New release
34
+ description: '**Release Information**'
35
+ details: ''
0 commit comments