Skip to content

Commit 25290b3

Browse files
authored
Update publish_npm.yml
1 parent 391bb1c commit 25290b3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish_npm.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
discord-notification:
2121
runs-on: ubuntu-latest
2222
needs: publish-npm
23-
24-
env:
25-
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
2623
steps:
27-
- uses: Ilshidur/[email protected]
28-
- with:
29-
args: 'shader-park-core {{ EVENT_PAYLOAD.package_version.version }} has been published! {{ EVENT_PAYLOAD.package_version.release.url }}'
24+
- name: Discord notification
25+
env:
26+
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
27+
uses: Ilshidur/[email protected]
28+
with:
29+
args: 'shader-park-core {{ EVENT_PAYLOAD.package_version.version }} has been published! {{ EVENT_PAYLOAD.package_version.release.url }}'
3030

0 commit comments

Comments
 (0)