Skip to content

Commit

Permalink
add to git config
Browse files Browse the repository at this point in the history
  • Loading branch information
keede7 committed Mar 24, 2024
1 parent 3d894bf commit 601d6cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
echo "::set-output name=skip::true"
fi
- name: Set up Git
run: |
git config --local user.email "[email protected]"
git config --local user.name "keede"
- name: Create and Push Tag
run: |
VERSION=${{ github.head_ref }}
Expand Down

0 comments on commit 601d6cc

Please sign in to comment.