mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-09 23:26:34 -04:00
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:
parent
c60e8d1bf7
commit
0991c52e6f
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue