fix: add quotes around variable
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
|
||||
- name: Update version number
|
||||
run: |
|
||||
sed -i "s/PREV_RELEASE=.*/PREV_RELEASE=\"$(echo ${{env.version}} | \
|
||||
sed -i "s/PREV_RELEASE=.*/PREV_RELEASE=\"$(echo '${{env.version}}' | \
|
||||
awk '{print $1}')\"/" \
|
||||
check-updates.sh
|
||||
|
||||
|
Reference in New Issue
Block a user