Skip to content

Commit

Permalink
Merge pull request #169 from navikt/fix-fetch-depth-for-rev-list-count
Browse files Browse the repository at this point in the history
Setter fetch-depth til 0
  • Loading branch information
pcmoen authored Apr 17, 2024
2 parents 858e92e + f5dc1e9 commit 1685ed5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/releaseGithub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set release tag
run: |
COMMIT_COUNT=$(git rev-list --all --count)
Expand Down

0 comments on commit 1685ed5

Please sign in to comment.