Skip to content

Commit

Permalink
[#234] Update package-lock file after changing version
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangmirs committed Nov 30, 2023
1 parent cb35489 commit 44b352a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/increment-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ jobs:
run: |
jq ".version = \"${{ steps.next-version.outputs.version }}\"" ${{ env.VERSION_FILE }} > ${{ env.VERSION_FILE }}.tmp && mv ${{ env.VERSION_FILE }}.tmp ${{ env.VERSION_FILE }}
- name: Update package-lock.json
run: npm install

- name: Create a new pull request
uses: peter-evans/create-pull-request@v5
with:
Expand Down

0 comments on commit 44b352a

Please sign in to comment.