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

This commit is contained in:
mightypanders 2023-06-24 02:07:19 +02:00
parent 6169649261
commit 4f6d4f646a

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')