Closed TharmiganK closed 2 months ago
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
Purpose
The release workflow is failing with this error:
It seems like the environment variables is read as string and we need to convert it to boolean rather than casting