Skip to content

Commit

Permalink
fix: add user to latest-release-tag workflow (#26752)
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho authored Jan 25, 2024
1 parent 01fdfbe commit 8f8e7c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/latest-release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
run: |
source ./scripts/tag_latest_release.sh $(echo ${{ github.event.release.tag_name }}) --dry-run
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Run latest-tag
uses: ./.github/actions/latest-tag
if: (! ${{ steps.latest-tag.outputs.SKIP_TAG }} )
Expand Down

0 comments on commit 8f8e7c2

Please sign in to comment.