We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21895bd commit f983fc5Copy full SHA for f983fc5
.github/workflows/release-dev.yaml
@@ -19,7 +19,8 @@ jobs:
19
go-version: "1.21"
20
- name: Build Linux AMD64
21
run: |
22
- make embedded-cluster-linux-amd64
+ export SHORT_SHA=dev-$(git rev-parse --short=7 HEAD)
23
+ make embedded-cluster-linux-amd64 VERSION="${SHORT_SHA}"
24
tar -C output/bin -czvf embedded-cluster-linux-amd64.tgz embedded-cluster
25
- name: Output Metadata
26
0 commit comments