Skip to content

Commit

Permalink
Add fetch-depth to fetch changelog properly (#213)
Browse files Browse the repository at this point in the history
* Add fetch-depth
  • Loading branch information
mofojed authored Sep 24, 2021
1 parent 84aa153 commit aa4132b
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 @@ -11,6 +11,8 @@ jobs:
name: Create Release
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0' # This action defaults to only getting the latest commit. Setting to 0 makes it retrieve the full git commit history
- uses: actions/setup-node@v2
with:
node-version: '12.x'
Expand Down

0 comments on commit aa4132b

Please sign in to comment.