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 3fa2951 commit 45e16fdCopy full SHA for 45e16fd
.github/workflows/publish_npm.yml
@@ -26,5 +26,5 @@ jobs:
26
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
27
uses: Ilshidur/[email protected]
28
with:
29
- args: 'shader-park-core {{ EVENT_PAYLOAD.package.package_version.version }} has been published! {{ EVENT_PAYLOAD.package.package_version.release.url }}'
+ args: 'shader-park-core {{ EVENT_PAYLOAD.release.tag_name }} has been published!'
30
0 commit comments