chore: remove redundant --sync-db step from changelog workflow

- Remove duplicate database sync command from version workflow
- Simplify changelog generation to single process-prs step
- Keep database file staging after changelog generation
This commit is contained in:
Kayvan Sylvan
2026-01-04 08:45:36 -08:00
parent c60e8d1bf7
commit 0991c52e6f

View File

@@ -94,7 +94,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
go run ./cmd/generate_changelog --process-prs ${{ steps.increment_version.outputs.new_tag }}
go run ./cmd/generate_changelog --sync-db
git add ./cmd/generate_changelog/changelog.db
- name: Commit changes
run: |