Skip to content

Commit

Permalink
fix: Configure git for tagging
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Finnigan <[email protected]>
  • Loading branch information
kenfinnigan committed Apr 22, 2024
1 parent 8d0e9b5 commit bc114c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Configure Git
run: |
git config --global user.name "Lumigo Bot"
git config --global user.email "[email protected]"
- name: Read versions.yaml
id: read-version
run: |
Expand Down

0 comments on commit bc114c7

Please sign in to comment.