Skip to content

Commit

Permalink
Update build-vite.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelebarre authored Oct 11, 2024
1 parent 40a08b5 commit 0dc8656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-vite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Extract version from package.json
id: extract_version
run: |
VERSION=$(jq -r '.version' package.json)
VERSION=$(jq -r '.version' ./frontend/package.json)
echo "VERSION=$VERSION" >> $GITHUB_ENV
# Install the cosign tool except on PR
Expand Down

0 comments on commit 0dc8656

Please sign in to comment.