There was an error while loading. Please reload this page.
2 parents b4eee9f + 55914f5 commit 7297543Copy full SHA for 7297543
1 file changed
Makefile
@@ -82,14 +82,14 @@ xpkg.build.provider-aws: do.build.images
82
# Setup Upbound Docs
83
84
updoc-upload:
85
- @$(INFO) uploading docs for $(VERSION_MINOR)
+ @$(INFO) uploading docs for v$(VERSION_MAJOR).$(VERSION_MINOR)
86
@go run github.com/upbound/official-providers/updoc/cmd upload \
87
--docs-dir=$(ROOT_DIR)/docs \
88
--name=$(PROJECT_NAME) \
89
- --version=$(VERSION_MINOR) \
+ --version=v$(VERSION_MAJOR).$(VERSION_MINOR) \
90
--bucket-name=$(BUCKET_NAME) \
91
--cdn-domain=$(CDN_DOMAIN) || $(FAIL)
92
- @$(OK) uploaded docs for $(VERSION_MINOR)
+ @$(OK) uploaded docs for v$(VERSION_MAJOR).$(VERSION_MINOR)
93
94
ifneq ($(filter release-%,$(BRANCH_NAME)),)
95
publish.artifacts: updoc-upload
0 commit comments