ci(update-changelog): set fetch-depth: 0 in checkout phase

This commit is contained in:
shivaraj-bh 2024-05-28 17:01:01 +05:30
parent 0dec7684cd
commit 4dbb546123

View File

@ -16,6 +16,8 @@ jobs:
private-key: ${{ secrets.NIXOS_ASIA_PRIVATE_KEY }}
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0 # this fetches all history so `git describe` can see tags
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- uses: cachix/cachix-action@v14