Skip to content

Commit

Permalink
fix(release): fix checkout depth in release action (#1460)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntoja authored Jun 20, 2024
1 parent 2333f34 commit 2393948
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 2393948

Please sign in to comment.