Open pulumi-bot opened 1 month 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?
Yup, that sounds about right.
Workflow Failure
release has failed. See the list of failures below: