We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397cf94 commit 21ea380Copy full SHA for 21ea380
1 file changed
Makefile
@@ -82,12 +82,12 @@ build-%:
82
all-build: $(addprefix build-, $(subst /,_, $(BIN_PLATFORMS)))
83
84
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)
+ @echo ::set-output name=version::$(VERSION)
+ @echo ::set-output name=version_strategy::$(version_strategy)
+ @echo ::set-output name=git_tag::$(git_tag)
+ @echo ::set-output name=git_branch::$(git_branch)
+ @echo ::set-output name=commit_hash::$(commit_hash)
+ @echo ::set-output name=commit_timestamp::$(commit_timestamp)
91
92
gen:
93
./hack/codegen.sh
0 commit comments