Skip to content

Commit

Permalink
Fix release github action (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensWe authored Oct 8, 2024
2 parents 40ba26a + 06c814f commit 6cfb5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Change version number from release
run: |
sed -i 's|"version": .*$|"version": ${{ github.event.release.tag_name }}|g' frontend/package.json
sed -i 's|"version": .*$|"version": ${{ github.event.release.tag_name }},|g' frontend/package.json
- run: npm install --prefix frontend
- run: npm run build --prefix frontend
Expand Down

0 comments on commit 6cfb5ff

Please sign in to comment.