Skip to content

Commit

Permalink
fix: auto deploy site
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Aug 20, 2023
1 parent f319f8c commit 3e87738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
git clone https://x-access-token:${TOKEN}github.com/kevinchappell/formBuilder-site.git
git clone https://$TOKENgithub.com/kevinchappell/formBuilder-site.git
cd formBuilder-site
npm version ${{ env.VERSION }}
# Commit and push the changes
git commit -am "Update site to ${{ env.VERSION }}"
git push https://x-access-token:${TOKEN}@github.com/kevinchappell/formBuilder-site.git master
git push https://$[email protected]/kevinchappell/formBuilder-site.git master

0 comments on commit 3e87738

Please sign in to comment.