Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Fixed version insertion in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bigibas123 committed Dec 29, 2023
1 parent 1260c4e commit c09d40e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
if: ${{ steps.tag_version.outputs.comparison-result == '<' }}
run: |
echo "version=${{ steps.package_data.outputs.version }}" >> $GITHUB_ENV
- name: Replace version in package.json
run: jq ' .version = "${{ env.version }}"' ${{ env.PACKAGE_JSON }} > tmp && mv tmp ${{ env.PACKAGE_JSON }}

- name: Track Package Meta Files
run: |
Expand Down

0 comments on commit c09d40e

Please sign in to comment.