Skip to content

Commit

Permalink
try git push instead of git push origin main
Browse files Browse the repository at this point in the history
  • Loading branch information
skedwards88 committed Nov 5, 2023
1 parent abcf748 commit d9eaec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Push the version bump and potential word_list update
run: |
git push origin main
git push
- name: Build
run: npm run build
Expand Down

0 comments on commit d9eaec3

Please sign in to comment.