Since this always assume that the registry is an OCI registry, it doesn't publish to gitlab.
"semantic-release-helm3",
{
"chartPath": ".",
"isChartMuseum": false,
"registry": "https://gitlab.com/api/v4/projects/12345678/packages/helm/release",
"skipRegistryLogin": true
}
and I get this error when i try and publish
An error occurred while running semantic-release: Error: Command failed with exit code 1: helm push /builds/test/devops/charts/test/gustpTest-1.1.1.tgz oci://https://gitlab.com/api/v4/projects/12345678/packages/helm/release
Error: invalid_reference: invalid repository
Since this always assume that the registry is an OCI registry, it doesn't publish to gitlab.
and I get this error when i try and publish