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 391bb1c commit 25290b3Copy full SHA for 25290b3
.github/workflows/publish_npm.yml
@@ -20,11 +20,11 @@ jobs:
20
discord-notification:
21
runs-on: ubuntu-latest
22
needs: publish-npm
23
-
24
- env:
25
- DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
26
steps:
27
- - uses: Ilshidur/action-discord@0.3.2
28
- - with:
29
- args: 'shader-park-core {{ EVENT_PAYLOAD.package_version.version }} has been published! {{ EVENT_PAYLOAD.package_version.release.url }}'
+ - name: Discord notification
+ env:
+ DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
+ uses: Ilshidur/action-discord@0.3.2
+ with:
+ args: 'shader-park-core {{ EVENT_PAYLOAD.package_version.version }} has been published! {{ EVENT_PAYLOAD.package_version.release.url }}'
30
0 commit comments