pulumi / pulumi-kubernetes-cert-manager

A Pulumi Kubernetes CertManager component
Apache License 2.0
16 stars 7 forks source link

Workflow failure: release #215

Open pulumi-bot opened 1 month ago

pulumi-bot commented 1 month ago

Workflow Failure

release has failed. See the list of failures below:

blampe commented 4 weeks ago

Run mkdir pulumi-publish-go-sdk-action-fetch go: creating new go.mod: module github.com/pulumi/publish-go-sdk-action/fetch go: downloading github.com/pulumi/pulumi-kubernetes-cert-manager v0.0.7 go: module github.com/pulumi/pulumi-kubernetes-cert-manager@v0.0.7 found, but does not contain > package github.com/pulumi/pulumi-kubernetes-cert-manager/sdk Error: Process completed with exit code 1.

This is the first release since we merged changes to embed Go SDK versions a while ago in https://github.com/pulumi/pulumi-kubernetes-cert-manager/pull/67.

I think this is because we never actually had a go.mod file under ./sdk? Surprise!

I'm guessing we need to configure sdkModuleDir: . instead of the default sdkModuleDir: sdk for this provider -- @danielrbradley does that sound right to you?

danielrbradley commented 4 weeks ago

Yup, that sounds about right.