mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-12 02:21:06 +08:00
fix: ci
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
id: release_version
|
||||
run: |
|
||||
frontend_version=$(jq -r '.version' package.json)
|
||||
echo "frontend_version=$frontend_version" >> $GITHUB_ENV
|
||||
echo "frontend_version=v$frontend_version" >> $GITHUB_ENV
|
||||
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v3
|
||||
|
||||
Reference in New Issue
Block a user