Hello, I don't know if this is the right channel, ...
# general
b
Hello, I don't know if this is the right channel, but I can't use Pulumi anymore in GH pipelines and locally. Every time I try to install an http plugin like this
pulumi plugin install resource upstash—-server <http://github.com/upstash/pulumi-upstash/releases/download/v0.2.0>
, I get this
error: GetLatestVersion is not supported for plugins from http sources,
and my pipelines are fully blocked due to this issue. Any help would be hugely wonderful, thanks
I solved the issue downloading the package manually in the pipeline and then installing it using the
-f
switch, but is a workaround, I'd love to understand what's the bug on that