Skip to content

Commit

Permalink
remove git config (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
sword-jin authored Jul 17, 2024
1 parent ff4170b commit e9940d8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/create_tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- name: Configure git
run: |
git config user.name github-actions
git config user.email [email protected]
- name: Create a new tag and push the tag
env:
VERSION: ${{ github.event.inputs.version }}
Expand Down

0 comments on commit e9940d8

Please sign in to comment.