Skip to content

Commit f983fc5

Browse files
authored
use 'dev-SHORTSHA' version names in onmerge testing (#474)
1 parent 21895bd commit f983fc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-dev.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
go-version: "1.21"
2020
- name: Build Linux AMD64
2121
run: |
22-
make embedded-cluster-linux-amd64
22+
export SHORT_SHA=dev-$(git rev-parse --short=7 HEAD)
23+
make embedded-cluster-linux-amd64 VERSION="${SHORT_SHA}"
2324
tar -C output/bin -czvf embedded-cluster-linux-amd64.tgz embedded-cluster
2425
- name: Output Metadata
2526
run: |

0 commit comments

Comments
 (0)