Skip to content

Commit

Permalink
ci: fetch all history during checkout for create_release.yml
Browse files Browse the repository at this point in the history
Otherwise we can't tag
  • Loading branch information
iamsergio committed Dec 16, 2024
1 parent 210f66f commit b12469d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Checkout CI tools
uses: actions/checkout@v4
Expand Down

0 comments on commit b12469d

Please sign in to comment.