Skip to content

Commit

Permalink
fix(xar): make prod default
Browse files Browse the repository at this point in the history
  • Loading branch information
duncdrum committed May 3, 2024
1 parent a9fc751 commit a3b7fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "ant -Dapp.version=${nextRelease.version}"
"prepareCmd": "ant -Denv.HSG_ENV=production -Dapp.version=${nextRelease.version}"
}
],
[
Expand Down

0 comments on commit a3b7fc4

Please sign in to comment.