Skip to content

Commit

Permalink
updated build-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiragKV-Juspay committed Nov 6, 2024
1 parent 8f54649 commit 7e5cd9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ upload_to_sonatype() {
local sonatype_url="https://central.sonatype.com/api/v1/publisher/upload"
local authorization_token="Bearer $SONATYPE_TOKEN"

echo "Uploading $zip_file to Sonatype Central... with key $SONATYPE_TOKEN"
echo "Uploading $zip_file to Sonatype Central..."
curl --request POST \
--verbose \
--header "Authorization: $authorization_token" \
Expand Down Expand Up @@ -284,7 +284,7 @@ echo "Creating ZIP bundle for $zip_name..."
zip -r "$zip_name" io/hyperswitch

# Move zip file to original directory and clean up
mv "$zip_name" ../../
cp "$zip_name" ../../
cd ../../
rm -rf "$temp_dir"

Expand Down

0 comments on commit 7e5cd9d

Please sign in to comment.