fix: provider version

This commit is contained in:
2025-12-08 14:51:55 -05:00
parent 184895a0e0
commit 50b867af14

View File

@@ -16,7 +16,7 @@ PULUMI_MISSING_DOCS_ERROR := false
# Override during CI using `make [TARGET] PROVIDER_VERSION=""` or by setting a PROVIDER_VERSION environment variable
# Local & branch builds will just used this fixed default version unless specified
PROVIDER_VERSION ?= 1.0.0-alpha.0+dev
PROVIDER_VERSION ?= 1.0.1
# Check version doesn't start with a "v" - this is a common mistake
ifeq ($(shell echo $(PROVIDER_VERSION) | cut -c1),v)