Skip to content

Commit

Permalink
fix: add git config
Browse files Browse the repository at this point in the history
  • Loading branch information
anjm1020 authored Aug 10, 2024
1 parent a417e4c commit 72a2281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
- uses: actions/checkout@v3
- run: |
- name: Checkout repository
run: |
git config --global user.name ${{ secrets.GIT_USERNAME }}
git config --global user.name ${{ secrets.GIT_USERMAIL }}
Expand Down

0 comments on commit 72a2281

Please sign in to comment.