Skip to content

Commit

Permalink
fix(nix ci): we need fetch-depth: 0 to fetch all history for all bran…
Browse files Browse the repository at this point in the history
…ches and tags
  • Loading branch information
aimixsaka committed Jul 26, 2024
1 parent e0cffaa commit 2de49cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/udpate-nix-npm-dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: check if package.json has changed
run: |
Expand Down

0 comments on commit 2de49cf

Please sign in to comment.