diff --git a/.github/workflows/casa.yml b/.github/workflows/casa.yml index 11c51bb..8dbe8c1 100644 --- a/.github/workflows/casa.yml +++ b/.github/workflows/casa.yml @@ -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