Skip to content

Commit

Permalink
configure actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Oct 2, 2024
1 parent e078541 commit a51e5d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 10
fetch-tags: true

# References:
# - https://stackoverflow.com/a/65616499
Expand Down

0 comments on commit a51e5d0

Please sign in to comment.