diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3fcd8a6e..1dc52cd4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -58,10 +58,6 @@ jobs: echo "Invalid package directory name: ${name}" >&2 exit 1 fi - if [ "$name" = "thousandeyes-sdk-cloud-insights-integrations" ]; then - echo "Skipping ${name}: release is not yet enabled" - continue - fi packages+=("$name") done if [ "${#packages[@]}" -eq 0 ]; then