Skip to content

Commit

Permalink
Merge pull request #1424 from kevinchappell/lucasnetau-patch-1
Browse files Browse the repository at this point in the history
Commit changed to package.json after update before applying npm version update
  • Loading branch information
lucasnetau authored Sep 21, 2023
2 parents 6b709aa + 3f818b4 commit 843eca7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ jobs:
git config --global user.name "GitHub Action"
git config --global user.email "[email protected]"
npm update formBuilder formBuilder-languages
git add .
git commit -m "Update formBuilder to ${{ steps.get-version.outputs.version }}"
npm version ${{ steps.get-version.outputs.version }}
git push --follow-tags

0 comments on commit 843eca7

Please sign in to comment.