Skip to content

Commit

Permalink
[MAINT]: added fetch depth to checkout action (#22)
Browse files Browse the repository at this point in the history
added fetch depth to checkout action
  • Loading branch information
wranders authored Oct 29, 2023
1 parent 7679ebb commit df69346
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-tags: true
- run: git tag -l --format='%(contents:subject)%0a%0a%(contents:body)' > RELEASE.txt
- uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit df69346

Please sign in to comment.