Skip to content

Commit

Permalink
Fix docs release
Browse files Browse the repository at this point in the history
  • Loading branch information
ecraig12345 committed Nov 25, 2024
1 parent 41d2e6c commit c3d78ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ jobs:

- name: Update docs
run: |
git config user.email "[email protected]"
git config user.name "Ken Chau"
# See previous step for explanation
trap "git remote set-url origin '$(git remote get-url origin)'" EXIT
git remote set-url origin "https://$GITHUB_ACTOR:[email protected]/$GITHUB_REPOSITORY.git"
Expand Down

0 comments on commit c3d78ed

Please sign in to comment.