Update casa.yml (#1375)
enviroment -> environment Signed-off-by: Ikko Eltociear Ashimine <eltociear@gmail.com> Co-authored-by: Tiger Wang <tigerwang@outlook.com>
This commit is contained in:
parent
995d67543d
commit
428be5f2c2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/casa.yml
vendored
2
.github/workflows/casa.yml
vendored
|
@ -65,7 +65,7 @@ jobs:
|
|||
# ls
|
||||
|
||||
|
||||
- name: Set enviroment for github-release
|
||||
- name: Set environment for github-release
|
||||
run: |
|
||||
echo "VERSION=$(cat types/system.go | grep CURRENTVERSION | awk '$2 == "CURRENTVERSION"{print $4}' | sed 's/"//g')" >>$GITHUB_ENV
|
||||
echo "BODY=$(cat types/system.go | grep BODY | awk -F= '{print $2}' | sed 's/"//g')" >>$GITHUB_ENV
|
||||
|
|
Loading…
Reference in a new issue