Skip to content

Commit

Permalink
Fix: Fix creating the changelog content in CI workflow
Browse files Browse the repository at this point in the history
We need to fetch all changes because we need all git log messages for
the changelog not only the last one.
  • Loading branch information
bjoernricks committed Feb 28, 2023
1 parent c7fccee commit 53eeff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pontos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fi
- uses: actions/checkout@v3
with:
fetch-depth: ${{ env.FETCH_DEPTH }}
fetch-depth: 0
persist-credentials: false
ref: ${{ env.RELEASE_REF }}
- name: Set git name, mail and origin
Expand Down

0 comments on commit 53eeff4

Please sign in to comment.