fix<ci>: use different release version naming

This commit is contained in:
vmfunc
2024-10-12 23:58:23 +02:00
parent 1427846b1c
commit bc05786ae7

View File

@@ -41,7 +41,7 @@ jobs:
GOOS=linux GOARCH=arm64 go build -o sif-linux-arm64 ./cmd/sif
- name: Set release version
run: echo "RELEASE_VERSION=$(date +'%Y.%m.%d')" >> $GITHUB_ENV
run: echo "RELEASE_VERSION=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
- name: Get commit info
run: |