Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
fix: adjust success cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
kptdobe committed Nov 15, 2023
1 parent d08c850 commit f933ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
['@semantic-release/github', {}],
['@semantic-release/exec', {
// required to flush CDN root folder mapping - see https://github.com/adobe/helix-admin/issues/1612
'success': 'curl -X POST "https://admin.hlx.page/code/adobe/franklin-chat-ui/main/*"'
'successCmd': 'curl -X POST "https://admin.hlx.page/code/adobe/franklin-chat-ui/main/*"'
}],
],
branches: ['main'],
Expand Down

0 comments on commit f933ee9

Please sign in to comment.