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

Commit effcd91

Browse files
committed
Fixes typo in release workflow
Adds a missing close-parenthesis.
1 parent b4fde84 commit effcd91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
7777
# Extract version ID with raw output
7878
version_id=$(echo "$put_response" | jq -r '.VersionId')
79-
echo "Version ID: ${version_id}
79+
echo "Version ID: ${version_id}"
8080
8181
job_id=""
8282
# 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)