fix: remove explicit author override from changelog action
All checks were successful
poll-upstream / check (push) Successful in 1s
All checks were successful
poll-upstream / check (push) Successful in 1s
Let the action use its default author rather than misattributing upstream commits to the package maintainer. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -99,7 +99,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
spec: rpm/mistralrs.spec
|
spec: rpm/mistralrs.spec
|
||||||
version: ${{ steps.version.outputs.version }}
|
version: ${{ steps.version.outputs.version }}
|
||||||
author: "Robin Thijssen <grenade@lair.cafe>"
|
|
||||||
repo-url: https://github.com/EricLBuehler/mistral.rs.git
|
repo-url: https://github.com/EricLBuehler/mistral.rs.git
|
||||||
|
|
||||||
- name: Build RPM
|
- name: Build RPM
|
||||||
|
|||||||
Reference in New Issue
Block a user