Skip to content

Commit

Permalink
Add quotations to release version (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
anneschuth authored Oct 8, 2024
2 parents 6cfb5ff + dc9e80b commit 5951443
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 5951443

Please sign in to comment.