Skip to content

Commit

Permalink
Fixing git user for GHA (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Typositoire authored Apr 2, 2024
1 parent cdb7f11 commit 8fb453f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ jobs:
- name: Create tag
id: create_tag
run: |
git config user.name "GitHub Actions"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git tag -a v${{ github.event.inputs.tag || steps.get_version.outputs.version }} -m "Tagging version v${{ github.event.inputs.tag || steps.get_version.outputs.version }}"
git push origin v${{ github.event.inputs.tag || steps.get_version.outputs.version }}

0 comments on commit 8fb453f

Please sign in to comment.