Skip to content

Commit

Permalink
chore: update deploy-site workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Sep 21, 2023
1 parent 9420009 commit 61cc758
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,6 +45,8 @@ jobs:
- name: Update website dependencies
run: |
cd formBuilder-site
git config --global user.name "GitHub Action"
git config --global user.email "[email protected]"
npm update formBuilder formBuilder-languages
npm version ${{ steps.get-version.outputs.version }}
git push --follow-tags

0 comments on commit 61cc758

Please sign in to comment.