Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit 599f476

Browse files
authored
Cleans up debug statements in release.yaml
1 parent effcd91 commit 599f476

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,9 @@ jobs:
7272
7373
# Push unsigned DLL to S3 and capture full output
7474
put_response=$(aws s3api put-object --bucket "${{ secrets.AWS_UNSIGNED_BUCKET }}" --key "${{ secrets.AWS_KEY }}" --body Amazon.IonDotnet/bin/Release/netstandard2.0/Amazon.IonDotnet.dll --acl bucket-owner-full-control)
75-
echo "Put response: ${put_response}"
7675
7776
# Extract version ID with raw output
7877
version_id=$(echo "$put_response" | jq -r '.VersionId')
79-
echo "Version ID: ${version_id}"
8078
8179
job_id=""
8280
# Attempt to get Job ID from bucket tagging, will retry up to 3 times before exiting with a failure code.

0 commit comments

Comments
 (0)