Skip to content

Commit

Permalink
Fix release flow (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme authored May 23, 2024
1 parent 4dff7dc commit 6759e57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
- name: Point major version tag to the latest tag
run: |
git fetch --tags
git config --local user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
Expand Down

0 comments on commit 6759e57

Please sign in to comment.