Skip to content

Commit 6fb8e89

Browse files
Update .github/workflows/release.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7f1db30 commit 6fb8e89

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
MAJOR=$(echo "$TAG" | cut -d. -f1)
3535
echo "Updating $MAJOR to point at $TAG (commit $GITHUB_SHA)"
3636
# Create/force-update annotated tag for auditability
37+
git config user.name "github-actions"
38+
git config user.email "github-actions@github.com"
3739
git tag -fa "$MAJOR" -m "Point $MAJOR to $TAG"
3840
git push origin "$MAJOR" --force
3941
env:

0 commit comments

Comments
 (0)