adjust echo script
Build a docker image for node-jellyfin-role-bot / build-docker-image (push) Successful in 6s Details

This commit is contained in:
mightypanders 2023-06-24 02:07:19 +02:00
parent 6169649261
commit 4f6d4f646a
1 changed files with 1 additions and 1 deletions

View File

@ -23,4 +23,4 @@ jobs:
env:
version: "${{ cat package.json | awk 'match($0, /version/) {print $2}' | sed 's/[\",]//g' }}"
- name: echo version
run: echo "${{ cat package.json | awk 'match($0, /version/) {print $2}' | sed 's/[\",]//g' }}"
run: echo $(cat package.json | awk 'match($0, /version/) {print $2}' | sed 's/[\",]//g')