ci: Fetch all to get history for changelog updates

This commit is contained in:
Gerald Pinder 2024-01-24 17:54:46 -05:00
parent 32d31fdf6c
commit 8bc7cf3a0a

View file

@ -7,7 +7,7 @@ env:
CARGO_TERM_COLOR: always
jobs:
release-pr:
release:
runs-on: ubuntu-latest
permissions:
contents: write
@ -15,6 +15,12 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Git setup
run: |
git config user.name github-actions
git config user.email github-actions@github.com
- uses: actions/cache@v4
with:
path: |