hello all — i’m building a tf provider and i’m set...
# general
l
hello all — i’m building a tf provider and i’m setting up Github CI and i’m seeing errors from
pulumictl
when it tries to get the version. I’m wondering if its because we’ve never had a previous version? the error i see when building in CI is:
Copy code
error calculating version: getting language versions: error determining base versionComponents: mostRecentTag: object not foundError: error calculating version: getting language versions: error determining base versionComponents: mostRecentTag: object not found
i’ve found this code in the
pulumictl
source but haven’t really deciphered what is going on
b
have you
git init
your repo?
l
yes