Skip to content

Commit

Permalink
Update casa.yml (#1375)
Browse files Browse the repository at this point in the history
enviroment -> environment

Signed-off-by: Ikko Eltociear Ashimine <[email protected]>
Co-authored-by: Tiger Wang <[email protected]>
  • Loading branch information
eltociear and tigerinus authored Sep 3, 2023
1 parent 995d675 commit 428be5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/casa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 428be5f

Please sign in to comment.