Skip to content

Commit

Permalink
fix(release): fix checkout depth in release action (#4453)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntoja committed Jun 20, 2024
1 parent 633780c commit 3c8fd46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ 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 3c8fd46

Please sign in to comment.