Skip to content

Commit

Permalink
fix πŸ›(ci): implement fetch tags (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Mayta <luis@hadenlabs.com>
  • Loading branch information
luismayta committed Jan 26, 2025
1 parent c7d90da commit fd35e0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true

- name: Install Task
uses: arduino/setup-task@v1
Expand Down Expand Up @@ -51,4 +52,4 @@ jobs:
release_name: ${{ steps.get_version.outputs.version-without-v }}
draft: false
prerelease: false
body_path: ${{ env.TMP_CHANGELOG_FILENAME }}
body_path: ${{ env.TMP_CHANGELOG_FILENAME }}

0 comments on commit fd35e0a

Please sign in to comment.