Skip to content

Commit

Permalink
chore: fix slack notification message tag (#1091)
Browse files Browse the repository at this point in the history
Signed-off-by: Allain Magyar <[email protected]>
Co-authored-by: Yurii Shynbuiev - IOHK <[email protected]>
Signed-off-by: Pat Losoponkul <[email protected]>
  • Loading branch information
2 people authored and Pat Losoponkul committed Jun 13, 2024
1 parent 63ac3bc commit d25330a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"notifyOnFail": true,
"markdownReleaseNotes": true,
"onSuccessTemplate": {
"text": "A new version of Identus Cloud Agent successfully released!\nVersion: `$npm_package_version`\nTag: $repo_url/releases/tag/$npm_package_version\n\nRelease notes:\n$release_notes"
"text": "A new version of Identus Cloud Agent successfully released!\nVersion: `$npm_package_version`\nTag: $repo_url/releases/tag/cloud-agent-v$npm_package_version\n\nRelease notes:\n$release_notes"
}
}
]
Expand Down

0 comments on commit d25330a

Please sign in to comment.