Skip to content

Commit 21ea380

Browse files
committed
Update make version
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 397cf94 commit 21ea380

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ build-%:
8282
all-build: $(addprefix build-, $(subst /,_, $(BIN_PLATFORMS)))
8383

8484
version:
85-
@echo version=$(VERSION)
86-
@echo version_strategy=$(version_strategy)
87-
@echo git_tag=$(git_tag)
88-
@echo git_branch=$(git_branch)
89-
@echo commit_hash=$(commit_hash)
90-
@echo commit_timestamp=$(commit_timestamp)
85+
@echo ::set-output name=version::$(VERSION)
86+
@echo ::set-output name=version_strategy::$(version_strategy)
87+
@echo ::set-output name=git_tag::$(git_tag)
88+
@echo ::set-output name=git_branch::$(git_branch)
89+
@echo ::set-output name=commit_hash::$(commit_hash)
90+
@echo ::set-output name=commit_timestamp::$(commit_timestamp)
9191

9292
gen:
9393
./hack/codegen.sh

0 commit comments

Comments
 (0)