Skip to content

Commit

Permalink
chore(github_actions): missing fetch
Browse files Browse the repository at this point in the history
Signed-off-by: Bukowa <gitbukowa@gmail.com>
  • Loading branch information
bukowa committed Jun 10, 2024
1 parent 067e7f1 commit dcfd719
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ jobs:
if: github.event_name == 'workflow_dispatch'

steps:
-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
fetch-depth: 0

- name: Generate Changelog
run: make generate-changelog-ci

Expand Down

0 comments on commit dcfd719

Please sign in to comment.