From 0a8e6f5982a2b85ff502acdec32b68d84f06f60e Mon Sep 17 00:00:00 2001 From: AsifNawaz-cnic Date: Thu, 26 Mar 2026 16:10:56 +0100 Subject: [PATCH] chore(release): update publish command to remove test distribution upload --- .releaserc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.releaserc.json b/.releaserc.json index d6149dc..a6a7652 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -29,7 +29,7 @@ "@semantic-release/exec", { "prepareCmd": "./scripts/createdistribution.sh", - "publishCmd": "./scripts/uploaddistribution_test.sh && ./scripts/uploaddistribution_live.sh" + "publishCmd": "./scripts/uploaddistribution_live.sh" } ], [