Skip to content

Commit

Permalink
remove git config
Browse files Browse the repository at this point in the history
  • Loading branch information
MelanX committed Jul 14, 2024
1 parent 2186787 commit 08959cc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tag-handler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Git config
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Tag new target
run: git tag -f ${{ github.event.inputs.major_version }} ${{ github.event.inputs.target }}
- name: Push new tag
Expand Down

0 comments on commit 08959cc

Please sign in to comment.