Skip to content

Commit

Permalink
add fetch-depth to action checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntoja committed Jun 20, 2024
1 parent 67cb86f commit 5eb7118
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ runs:
steps:
- name: Checkout sources
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0


- name: Get released versions for components
run: |
Expand Down

0 comments on commit 5eb7118

Please sign in to comment.