ballerina-platform / ballerina-library

The Ballerina Library
https://ballerina.io/learn/api-docs/ballerina/
Apache License 2.0
136 stars 64 forks source link

Fix type cast error #6889

Closed TharmiganK closed 2 months ago

TharmiganK commented 2 months ago

Purpose

The release workflow is failing with this error:

error: {ballerina}TypeCastError {"message":"incompatible types: 'string' cannot be cast to 'boolean'"}

It seems like the environment variables is read as string and we need to convert it to boolean rather than casting