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 e83941b commit ff7538d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
git clone https://$TOKENgithub.com/kevinchappell/formBuilder-site.git
git clone https://$TOKEN@github.com/kevinchappell/formBuilder-site.git
cd formBuilder-site
npm version ${{ env.VERSION }}
Expand Down

0 comments on commit ff7538d

Please sign in to comment.