Skip to content

Commit

Permalink
ci(update-changelog): set fetch-depth: 0 in checkout phase
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaraj-bh committed May 28, 2024
1 parent 0dec768 commit 4dbb546
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4dbb546

Please sign in to comment.