Skip to content

Commit fd35e0a

Browse files
committed
fix 🐛(ci): implement fetch tags (#16)
Signed-off-by: Luis Mayta <luis@hadenlabs.com>
1 parent c7d90da commit fd35e0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0
27+
fetch-tags: true
2728

2829
- name: Install Task
2930
uses: arduino/setup-task@v1
@@ -51,4 +52,4 @@ jobs:
5152
release_name: ${{ steps.get_version.outputs.version-without-v }}
5253
draft: false
5354
prerelease: false
54-
body_path: ${{ env.TMP_CHANGELOG_FILENAME }}
55+
body_path: ${{ env.TMP_CHANGELOG_FILENAME }}

0 commit comments

Comments
 (0)