Skip to content

Commit

Permalink
fix: update .releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
isaackps committed Feb 22, 2024
1 parent d888f62 commit 0696392
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@semantic-release/npm",
{
"path": "@semantic-release/exec",
"cmd": "npx pkg ./package.json --out-path dist/@govtechsg -t node12-linux-x64,node12-macos-x64,node12-win-x64"
"cmd": "npx pkg ./package.json --out-path dist/@tradetrust-tt -t node12-linux-x64,node12-macos-x64,node12-win-x64"
}
],
"publish": [
Expand All @@ -12,19 +12,19 @@
"path": "@semantic-release/github",
"assets": [
{
"path": "./dist/@govtechsg/open-attestation-cli-linux",
"name": "open-attestation-linux",
"label": "open-attestation-linux"
"path": "./dist/@tradetrust-tt/tradetrust-cli-linux",
"name": "tradetrust-linux",
"label": "tradetrust-linux"
},
{
"path": "./dist/@govtechsg/open-attestation-cli-macos",
"name": "open-attestation-macos",
"label": "open-attestation-macos"
"path": "./dist/@tradetrust-tt/tradetrust-cli-macos",
"name": "tradetrust-macos",
"label": "tradetrust-macos"
},
{
"path": "./dist/@govtechsg/open-attestation-cli-win.exe",
"name": "open-attestation-win.exe",
"label": "open-attestation-win.exe"
"path": "./dist/@tradetrust-tt/tradetrust-cli-win.exe",
"name": "tradetrust-win.exe",
"label": "tradetrust-win.exe"
}
]
}
Expand Down

0 comments on commit 0696392

Please sign in to comment.