release: v1.0.6

This commit is contained in:
MengMengCode
2026-06-06 10:51:21 +08:00
parent 6dcd5bd06c
commit 28f81a8f1c
4 changed files with 96 additions and 10 deletions
+9
View File
@@ -35,6 +35,15 @@ jobs:
go-version: "1.22.x"
cache-dependency-path: backend/go.sum
- name: Set version from tag
shell: bash
run: |
if [[ "$GITHUB_REF" == refs/tags/v* ]]; then
echo "CLICD_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
else
echo "CLICD_VERSION=dev" >> $GITHUB_ENV
fi
- name: Build
shell: bash
run: bash build.sh