Skip to content

Commit

Permalink
ci: enable fetching full history for release
Browse files Browse the repository at this point in the history
  • Loading branch information
turtleDev committed Jul 15, 2024
1 parent beabdf2 commit ed65b3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Get release tag
id: get_version
uses: battila7/get-version-action@v2
Expand Down

0 comments on commit ed65b3e

Please sign in to comment.