Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update release.config.js
  • Loading branch information
mtrezza committed May 24, 2024
commit 4c0f5b14e5ee49f3c1072aca0e2765064be7aeb2
7 changes: 7 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@ async function config() {
}
]
}],
["@semantic-release/exec", {
'verifyConditionsCmd': 'find / -name "Parse.dll" 2>/dev/null',
'prepareCmd': 'find / -name "Parse.dll" 2>/dev/null',
'publishCmd': 'find / -name "Parse.dll" 2>/dev/null',
'successCmd': 'find / -name "Parse.dll" 2>/dev/null',
'failCmd': 'find / -name "Parse.dll" 2>/dev/null',
}],
["@semantic-release/exec", {
'verifyConditionsCmd': 'ls -la /home/runner/work/Parse-SDK-dotNET/Parse-SDK-dotNET/Parse/bin',
'prepareCmd': 'ls -la /home/runner/work/Parse-SDK-dotNET/Parse-SDK-dotNET/Parse/bin',
Expand Down