Skip to content

Commit

Permalink
fix path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
minggo committed Dec 3, 2024
1 parent 23adf47 commit 61257f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- name: Modify package.json and VERSION
run: |
cd publish
cd npm/fbx2gltf
sed -i "s/\"version\": \".*\"/\"version\": \"${{ needs.get_release_info_job.outputs.version }}\"/g" package.json
sed -i "s/\"version\": \".*\"/\"version\": \"${{ needs.get_release_info_job.outputs.version }}\"/g" package-lock.json
echo "${{ needs.get_release_info_job.outputs.version }}" > VERSION
Expand Down

0 comments on commit 61257f6

Please sign in to comment.