Skip to content

Commit

Permalink
Use a full git identity to make latest_build tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hufman committed Feb 14, 2024
1 parent f808cd5 commit 5af5965
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Update the latest_build tag
run: |
git config user.name 'Github Actions'
git config user.name 'github-actions[bot]'
git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
git tag -f -m "Latest Build" latest_build
git push -f origin latest_build
Expand Down

0 comments on commit 5af5965

Please sign in to comment.