fix: remove explicit author override from changelog action
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:
2026-04-27 13:47:18 +03:00
parent 291596cb71
commit d9cddb4824

View File

@@ -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