Skip to content

Commit

Permalink
Fix release git config
Browse files Browse the repository at this point in the history
  • Loading branch information
Americas committed Nov 8, 2024
1 parent 3823a53 commit d694fbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
run: |
git config user.name "Uphold"
git config user.email "[email protected]"
git config --global url.https://${{ secrets.RELEASE_GITHUB_TOKEN }}@github.com/.insteadOf https://github.com/
- name: Generate release
env:
Expand Down

0 comments on commit d694fbf

Please sign in to comment.