Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Lukasz Dziedziak <[email protected]>
  • Loading branch information
lukidzi committed Jan 10, 2025
1 parent 88ddf72 commit 1e790ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-hosts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
versions_to_release+=("\"$version_without_v\"") # Add quotes for JSON compliance
else
echo "Envoy $version already released, skip"
version_without_v=$(echo "$envoy_version" | sed 's/^v//')
versions_to_release+=("\"$version_without_v\"") # Add quotes for JSON compliance
fi
done
# Clean up the array to be a plain space-separated string
Expand Down

0 comments on commit 1e790ee

Please sign in to comment.