v0.10.3 Release

This commit is contained in:
Max 2023-05-18 16:35:49 +08:00
parent af5d97794a
commit 48e77fa769

View file

@ -22,7 +22,7 @@ jobs:
- name: Get Version
run: |
echo VERSION=$(cat share/const.go |grep 'const VERSION' | awk '{print $4}' | sed "s/\"//g")-dev >> $GITHUB_ENV
echo VERSION=$(cat share/const.go |grep 'const VERSION' | awk '{print $4}' | sed "s/\"//g") >> $GITHUB_ENV
- name: Check Version
run: echo $VERSION