mirror of
https://github.com/KuekHaoYang/KVideo.git
synced 2026-08-12 23:33:43 +08:00
fix Docker version output step
This commit is contained in:
@@ -23,7 +23,9 @@ jobs:
|
||||
- name: Read application version
|
||||
id: version
|
||||
shell: bash
|
||||
run: echo "value=$(node -p \"require('./package.json').version\")" >> "$GITHUB_OUTPUT"
|
||||
run: |
|
||||
VERSION="$(node -p "require('./package.json').version")"
|
||||
echo "value=$VERSION" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
Reference in New Issue
Block a user